summaryrefslogtreecommitdiffstats
path: root/notmuch-dump.c
AgeCommit message (Expand)Author
2021-09-04CLI/{count, dump, reindex, reply, show}: enable sexp queriesDavid Bremner
2021-09-04CLI: make variable n_requested_db_uuid file scope.David Bremner
2021-04-06CLI: drop notmuch_config_t from subcommand interface.David Bremner
2021-03-13cli: run uncrustifyuncrustify
2021-02-06cli/dump: convert to new config frameworkDavid Bremner
2021-02-06CLI: add (unused) database argument to subcommands.David Bremner
2020-04-13cli/dump: replace use of gzprintf with gzputs for config valuesDavid Bremner
2020-04-13cli/dump: define GZPUTS and use it in notmuch-dumpDavid Bremner
2020-04-13cli/dump: define GZPRINTF macro and use it in place of gzprintfDavid Bremner
2020-04-13don't pass NULL as second parameter to gzerrorDavid Bremner
2019-07-23notmuch-dump.c: Fix output file being closed twiceRalph Seichter
2019-06-14cli: run uncrustifyuncrustify
2017-10-09cli: convert notmuch_bool_t to stdboolJani Nikula
2017-10-04cli: use designated initializers for opt descJani Nikula
2017-06-01Merge branch 'release'David Bremner
2017-06-01cli/dump: don't include tags when not asked forDavid Bremner
2017-04-01Merge branch 'release'David Bremner
2017-04-01cli/dump: fix bug in dump headerDavid Bremner
2017-03-22lib: replace deprecated n_q_search_messages with status returning versionDavid Bremner
2016-09-21CLI: add properties to dump outputDavid Bremner
2016-09-21CLI: refactor dumping of tags.David Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-05-25CLI: add optional config data to dump output.David Bremner
2015-09-23cli: convert remainder of CLI to n_q_search_{messages,threads}_stDavid Bremner
2015-08-14cli: add global option "--uuid"David Bremner
2015-06-01cli: define shared options, use for --help and --versionDavid Bremner
2014-07-16dump: make dump take Xapian write lockMark Walters
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