aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-16emacs: Use --format-version for search, show, and replyAustin Clements
2012-12-16emacs: Special handling for version mismatch errorsAustin Clements
2012-12-16test: Sanity tests for the --format-version argumentAustin Clements
2012-12-16reply: Support --format-versionAustin Clements
2012-12-16show: Support --format-versionAustin Clements
2012-12-16search: Support --format-versionAustin Clements
2012-12-16cli: Framework for structured output versioningAustin Clements
2012-12-16test: Test search's handling of subprocess errorsAustin Clements
2012-12-16emacs: Use unified error handling in searchAustin Clements
2012-12-16test: Test show's handling of subprocess errorsAustin Clements
2012-12-16emacs: Improve error handling for notmuch-call-notmuch-jsonAustin Clements
2012-12-16emacs: Factor out synchronous notmuch JSON invocationsAustin Clements
2012-12-16emacs: Use unified error handling in notmuch-call-notmuch-processAustin Clements
2012-12-16emacs: Centralize notmuch command error handlingAustin Clements
2012-12-15contrib: pick: archive message updatedMark Walters
2012-12-15emacs: Fix bug in resynchronizing after a JSON parse errorAustin Clements
2012-12-15perf-test: use nmbug tags in dump-restore testsDavid Bremner
2012-12-15perf-test: split basic into 00-new, 01-dump-restore, and 02-tagDavid Bremner
2012-12-15perf-test: unpack tags.David Bremner
2012-12-15perf-test: bump corpus version to 0.3David Bremner
2012-12-15perf-test: update READMEDavid Bremner
2012-12-15perf-test: add caching of xapian databaseDavid Bremner
2012-12-15perf-test: cache unpacked corpusDavid Bremner
2012-12-15perf-test: optionally print description for each group of testsDavid Bremner
2012-12-14perf-test: add corpus size to output, compact I/O statsDavid Bremner
2012-12-14perf-test: add argument parsing for performance testsDavid Bremner
2012-12-14perf-test: propagate non-zero returns from /usr/bin/timeDavid Bremner
2012-12-11test: emacs: new tests "notmuch-show: {add,remove} multiple tags {to,from} single message"Pieter Praet
2012-12-11contrib: pick: bugfix for pick splitting the window excessivelyMark Walters
2012-12-10NEWS: under-the-hood Emacs interface fixesTomi Ollila
2012-12-09emacs: add support for stashing the thread id in show viewJani Nikula
2012-12-09tag-util: optimization of tag applicationDavid Bremner
2012-12-09notmuch-{dump,restore}.1: document new format optionsDavid Bremner
2012-12-09test/dump-restore: add test for warning/error messagesDavid Bremner
2012-12-09test: second set of dump/restore --format=batch-tag testsDavid Bremner
2012-12-09test: update dump-restore roundtripping test for batch-tag formatDavid Bremner
2012-12-09notmuch-restore: normalize case of error messages.David Bremner
2012-12-09notmuch-restore: add support for input format 'batch-tag'David Bremner
2012-12-09tag-util.[ch]: New files for common tagging routinesDavid Bremner
2012-12-08util: add string-util.[ch]David Bremner
2012-12-08test: add sanity check for dump --format=batch-tag.David Bremner
2012-12-08notmuch-dump: add --format=(batch-tag|sup)David Bremner
2012-12-08Updating man pages for new S-Expression output format.Peter Feigl
2012-12-08Adding tests for --format=sexp.Peter Feigl
2012-12-08Use the S-Expression structured printer in notmuch-show, notmuch-reply and notmuch-search.Peter Feigl
2012-12-08Rename the -json printer functions in notmuch-reply and notmuch-show to generic -sprinter functions.Peter Feigl
2012-12-08Adding an S-expression structured output printer.Peter Feigl
2012-12-08test: use perl instead of sed -r for portabilityJani Nikula
2012-12-08test: wrap 'wc -l' results in arithmetic evaluation to strip whitespaceJani Nikula
2012-12-08test: fix count testJani Nikula