summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Clarify the documentation for the new_tags configuration option.Carl Worth2010-04-23
* notmuch setup: Fix new configuration-file groups to get commentsCarl Worth2010-04-23
* Sprinkle some const-correctness around new_tags.Carl Worth2010-04-23
* notmuch-config: make new message tags configurableBen Gamari2010-04-23
* python: Add UNSORTED as Query.SORT optionSebastian Spaeth2010-04-23
* python: Delete unused filesSebastian Spaeth2010-04-23
* test: Put the json tests into their own section.Carl Worth2010-04-22
* notmuch search: Fix timezone of timestamp in --format=json outputCarl Worth2010-04-22
* First tests for JSON output and UTF-8 in mail body and subjectGregor Hoffleit2010-04-22
* test: Make existing "notmuch show" test more resilientCarl Worth2010-04-22
* json: Replace `date_unix' with `timestamp' in show outputDavid Edmondson2010-04-22
* emacs: Add customize treatment and rename refresh-script to notmuch-poll-scriptCarl Worth2010-04-22
* emacs: Use consistent naming for the two new poll functions.Carl Worth2010-04-22
* Add 'G' keybinding to folder and search view that triggers external pollDirk Hohndel2010-04-22
* Revert "thread: Simplify code for assigning the subject."Carl Worth2010-04-22
* Revert "thread: Fix sort of search when constructing threads."Carl Worth2010-04-22
* 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