aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cli: change argument parsing convention for subcommandsDavid Bremner2011-10-22
* docs: Update man page, NEWS and online help for new dump arguments.David Bremner2011-10-16
* notmuch-dump: deprecate use of output file argument.David Bremner2011-10-16
* notmuch-dump: treat any remaining arguments after the filename as search termsDavid Bremner2011-10-16
* notmuch-dump: update handling of file name argumentDavid Bremner2011-10-16
* test: add tests for command line arguments to notmuch-dumpDavid Bremner2011-10-16
* test: update dump-restore to use redirection instead of filename argsDavid Bremner2011-10-12
* debian: changelog stanza for 0.9David Bremner2011-10-11
* version: bump to 0.9David Bremner2011-10-11
* NEWS: document API changes to n_d_find_message{,_by_filename}David Bremner2011-10-11
* NEWS: document API changes to n_d_find_message{,_by_filename}David Bremner2011-10-11
* test: add two emacs tests for show mode refreshJameson Graef Rollins2011-10-09
* NEWS: add notes about emacs improvements and reply formating cleanupJameson Graef Rollins2011-10-09
* version: bump to 0.9~rc2David Bremner2011-10-07
* debian: update changelog for 0.9~rc2-1David Bremner2011-10-07
* emacs: add notmuch-show-refresh-view functionJameson Graef Rollins2011-10-06
* emacs: Add callback functions to crypto sigstatus button.Jameson Graef Rollins2011-10-06
* Ignore "application/pgp-*" parts in reply.Jameson Graef Rollins2011-10-06
* test: test for absence of "Non-text part: application/pgp-*" lines in replyJameson Graef Rollins2011-10-06
* Fix notmuch-reply to not output "Non-text part:" lines for non-leafnode parts.Jameson Graef Rollins2011-10-06
* test/multipart: test for absence of "Non-text part:" lines in reply for multi...Jameson Graef Rollins2011-10-06
* python: Set status in the class definitionsSebastian Spaeth2011-10-05
* python: help function Query._assert_query_is_initializedSebastian Spaeth2011-10-05
* python: clean up docstrings and API documentationSebastian Spaeth2011-10-05
* python: whitespace fixed in docstringsSebastian Spaeth2011-10-05
* python: Add the new exception types in the API documentationSebastian Spaeth2011-10-05
* python: Catch up with find_message(by_filename) API changesSebastian Spaeth2011-10-05
* python: also use libnotmuch.so.2Sebastian Spaeth2011-10-05
* debian: update packaging for new sonameDavid Bremner2011-10-04
* lib: bump SONAMEDavid Bremner2011-10-04
* ruby: Fix macros, use quotingAli Polatel2011-10-04
* ruby: Really add wrappers for database_find_message*Ali Polatel2011-10-04
* ruby: be consistent with notmuch's coding styleAli Polatel2011-10-04
* ruby: Add wrappers for database_find_message*Ali Polatel2011-10-04
* Merge remote-tracking branch 'alip/find_message-v3'David Bremner2011-10-04
|\
| * lib: make find_message{,by_filename) report errorsAli Polatel2011-10-04
| * lib: destroy message object after message removalAli Polatel2011-10-04
* | python: fix Message.get_filenames()Thomas Jost2011-10-01
|/
* python: rework creating of SubclassesSebastian Spaeth2011-09-30
* python: provide more exception classesJustus Winter2011-09-30
* python: fix docstring of Message.get_header()Justus Winter2011-09-30
* python: Add new functions in API documentationSebastian Spaeth2011-09-29
* python: Improve code documentationSebastian Spaeth2011-09-29
* NEWS: Note implementation bug for python bindingSebastian Spaeth2011-09-29
* NEWS: Update with python binding newsSebastian Spaeth2011-09-29
* properly raise exceptions in python bindingsJustus Winter2011-09-29
* python: raise a more specific error in Messages.print_messagesJustus Winter2011-09-29
* python: rename _verify_dir_initialized to _assert_dir_is_initializedJustus Winter2011-09-29
* python: rename _verify_initialized_db to _assert_db_is_initializedJustus Winter2011-09-29
* python: fix NotmuchError.__str__ if status == NoneJustus Winter2011-09-29