aboutsummaryrefslogtreecommitdiff
path: root/notmuch-dump.c
AgeCommit message (Expand)Author
2014-05-18notmuch-dump: use fsync instead of fdatasyncDavid Bremner
2014-04-12dump: support gzipped and atomic outputDavid Bremner
2014-03-30cli: abstract dump file open from the dump commandJani Nikula
2014-03-30cli: abstract database dumping from the dump commandJani Nikula
2014-01-24notmuch dump: default to batch-tag format.David Bremner
2014-01-18cli: clean up exit status code returned by the cli commandsJani Nikula
2013-03-08cli: move config open/close to main() from subcommandsJani Nikula
2013-03-07cli: config: make notmuch_config_open() "is new" parameter input onlyJani Nikula
2013-01-06dump/restore: Use Xapian queries for batch-tag formatAustin Clements
2013-01-06dump: Disallow \n in message IDsAustin Clements
2012-12-08notmuch-dump: add --format=(batch-tag|sup)David Bremner
2012-11-16notmuch-dump: tidy formattingDavid Bremner
2012-08-06notmuch-dump: remove deprecated positional argument for output fileDavid Bremner
2012-05-05lib/cli: Make notmuch_database_open return a status codeAustin Clements
2012-04-28Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter
2011-12-08notmuch-dump: convert to command-line-argumentsDavid Bremner
2011-12-04notmuch-dump.c: whitespace cleanupDavid Bremner
2011-11-28dump: Don't sort the output by message id.Thomas Schwinge
2011-10-22cli: change argument parsing convention for subcommandsDavid Bremner
2011-10-16notmuch-dump: deprecate use of output file argument.David Bremner
2011-10-16notmuch-dump: treat any remaining arguments after the filename as search termsDavid Bremner
2011-10-16notmuch-dump: update handling of file name argumentDavid Bremner
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2009-11-23lib/query: Drop the first and max_messages arguments from search_messages.Carl Worth
2009-11-21Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson
2009-11-12libnotmuch: Underlying support for doing partial-results searches.Carl Worth
2009-11-11Unbreak several notmuch commands after the addition of configuration.Carl Worth
2009-11-10notmuch: Break notmuch.c up into several smaller files.Carl Worth