summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Revert "thread: Removed unsed sort argument from _thread_add_matched_message"Carl Worth2010-04-22
* test: Add a test to demonstrate message-sorting regression.Carl Worth2010-04-22
* test: When a test fails, show diff only (save complete output to a file)Carl Worth2010-04-22
* test: Improve grammar in test-message subjects.Carl Worth2010-04-22
* Fix help message for "show"Jameson Rollins2010-04-21
* Merge Sebastian Spaeth's python bindings into bindings/pythonCarl Worth2010-04-21
|\
| * Move everything down into a bindings/python directory.Carl Worth2010-04-21
| * python: Adapt README somewhatSebastian Spaeth2010-04-19
| * python: Rename notmuch binary to notmuch.pySebastian Spaeth2010-04-19
| * Remove all traces of cnotmuchSebastian Spaeth2010-04-19
| * python: adapt docs to the notmuch module renamingSebastian Spaeth2010-04-19
| * rename module to just 'notmuch'Sebastian Spaeth2010-04-19
| * cnotmuch -> notmuchSebastian Spaeth2010-04-19
| * cleanup style, hopefully no functional changes.acoolon2010-04-07
| * Added tag v0.2.2 for changeset 0122a27667adSebastian Spaeth2010-04-07
| * Extent pypi documentation. Set version to 0.2.2Sebastian Spaeth2010-04-07
| * find_library does not read LD_LIBRARY_PATH, but CDLL does.Cedric Cabessa2010-04-05
| * notmuch new implementationSebastian Spaeth2010-03-31
| * database(): Actually return a value on remove_message()Sebastian Spaeth2010-03-31
| * notmuch: refactor stuff into a Notmuch classSebastian Spaeth2010-03-31
| * database.py: also need to import MessageSebastian Spaeth2010-03-30
| * Ubuntu debian file creation documentationSebastian Spaeth2010-03-30
| * Debian pkg creation stuffSebastian Spaeth2010-03-30
| * message.py: Don't use ctypes.c_bool as that does not exist in python 2.5Sebastian Spaeth2010-03-30
| * message.py: fix indentationJesse Rosenthal2010-03-30
| * Need to do capitalization changes in dict keys from rev 45d2012fcf51 for all ...Sebastian Spaeth2010-03-30
| * message.py: small doc changes and unused code removalSebastian Spaeth2010-03-30
| * Revert some unneeded white space changesSebastian Spaeth2010-03-30
| * [REV2] adding part, simplifying Message.get_parts(), and fixing json to work ...Jesse Rosenthal2010-03-30
| * implement sort order for notmuch showJesse Rosenthal2010-03-28
| * fix wrongly names variable format->out_formatSebastian Spaeth2010-03-25
| * rename show_messages to print_messages and fix up the arg parsing for notmuch...Sebastian Spaeth2010-03-25
| * Message(): add 'match' result in text output. Fix is_match to use class, not ...Sebastian Spaeth2010-03-25
| * message.yp: add GPL v3 boilerplate and add Jesse as copyright holderSebastian Spaeth2010-03-25
| * Message(): Implement show message as text or jsonJesse Rosenthal2010-03-25
| * notmuch: Make modifications to implement notmuch searchJesse Rosenthal2010-03-25
| * push __VERSION__ to post release 0.2.1+Sebastian Spaeth2010-03-25
| * Added tag v0.2.1 for changeset 8f496a1f9b34Sebastian Spaeth2010-03-25
| * bump __VERSION__ to 0.2.1Sebastian Spaeth2010-03-25
| * docs: Improve documentationsSebastian Spaeth2010-03-25
| * Implement Database.upgrade() to get the last bit of API. We are complete now.Sebastian Spaeth2010-03-25
| * Implement Filenames() iterator. The API should be complete at this point.Sebastian Spaeth2010-03-25
| * Implement Database().get_directory() and Directory() class.Sebastian Spaeth2010-03-25
| * Implement Message().get|set_flag()Sebastian Spaeth2010-03-25
| * fix documentations, and add a very brittle notmuch reply commandSebastian Spaeth2010-03-24
| * Added tag v0.2.0 for changeset 36e2dd4e739aSebastian Spaeth2010-03-24
| * README: update changelogSebastian Spaeth2010-03-24
| * bump __VERSION__ to 0.2.0Sebastian Spaeth2010-03-24
| * try c_long rather c_int64 for time_tSebastian Spaeth2010-03-24
| * time_t is a signed int, not an unsigned one...Sebastian Spaeth2010-03-24