aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-dump.c
Commit message (Expand)AuthorAge
* dump: make dump take Xapian write lockGravatar Mark Walters2014-07-16
* notmuch-dump: use fsync instead of fdatasyncGravatar David Bremner2014-05-18
* dump: support gzipped and atomic outputGravatar David Bremner2014-04-12
* cli: abstract dump file open from the dump commandGravatar Jani Nikula2014-03-30
* cli: abstract database dumping from the dump commandGravatar Jani Nikula2014-03-30
* notmuch dump: default to batch-tag format.Gravatar David Bremner2014-01-24
* cli: clean up exit status code returned by the cli commandsGravatar Jani Nikula2014-01-18
* cli: move config open/close to main() from subcommandsGravatar Jani Nikula2013-03-08
* cli: config: make notmuch_config_open() "is new" parameter input onlyGravatar Jani Nikula2013-03-07
* dump/restore: Use Xapian queries for batch-tag formatGravatar Austin Clements2013-01-06
* dump: Disallow \n in message IDsGravatar Austin Clements2013-01-06
* notmuch-dump: add --format=(batch-tag|sup)Gravatar David Bremner2012-12-08
* notmuch-dump: tidy formattingGravatar David Bremner2012-11-16
* notmuch-dump: remove deprecated positional argument for output fileGravatar David Bremner2012-08-06
* lib/cli: Make notmuch_database_open return a status codeGravatar Austin Clements2012-05-05
* Use notmuch_database_destroy instead of notmuch_database_closeGravatar Justus Winter2012-04-28
* notmuch-dump: convert to command-line-argumentsGravatar David Bremner2011-12-08
* notmuch-dump.c: whitespace cleanupGravatar David Bremner2011-12-04
* dump: Don't sort the output by message id.Gravatar Thomas Schwinge2011-11-28
* cli: change argument parsing convention for subcommandsGravatar David Bremner2011-10-22
* notmuch-dump: deprecate use of output file argument.Gravatar David Bremner2011-10-16
* notmuch-dump: treat any remaining arguments after the filename as search termsGravatar David Bremner2011-10-16
* notmuch-dump: update handling of file name argumentGravatar David Bremner2011-10-16
* lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* lib/query: Drop the first and max_messages arguments from search_messages.Gravatar Carl Worth2009-11-23
* Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITEGravatar Carl Worth2009-11-21
* Permit opening the notmuch database in read-only mode.Gravatar Chris Wilson2009-11-21
* libnotmuch: Underlying support for doing partial-results searches.Gravatar Carl Worth2009-11-12
* Unbreak several notmuch commands after the addition of configuration.Gravatar Carl Worth2009-11-11
* notmuch: Break notmuch.c up into several smaller files.Gravatar Carl Worth2009-11-10