summaryrefslogtreecommitdiffstats
path: root/notmuch-restore.c
AgeCommit message (Expand)Author
2017-10-09cli: convert notmuch_bool_t to stdboolJani Nikula
2017-10-04cli: use designated initializers for opt descJani Nikula
2016-09-21cli: optionally restore message properties from dump fileDavid Bremner
2016-06-05Use https instead of http where possibleDaniel Kahn Gillmor
2016-05-25CLI: optionally restore config data.David Bremner
2015-08-14cli: add global option "--uuid"David Bremner
2015-06-01cli: define shared options, use for --help and --versionDavid Bremner
2014-04-12restore: transparently support gzipped inputDavid Bremner
2014-03-30cli: abstract dump file open from the dump commandJani Nikula
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-06restore: Make missing messages non-fatal (again)Austin Clements
2013-01-06notmuch-restore: handle empty input file, leading blank lines and comments.David Bremner
2012-12-30notmuch-restore: use debug version of talloc_strndupDavid Bremner
2012-12-22notmuch-restore: allocate a temporary talloc context for each line parsed.David Bremner
2012-12-22tag-utils: use the tag_opt_list_t as talloc context, if possible.David Bremner
2012-12-22notmuch-restore: fix return value propagationDavid 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-11-16notmuch-restore: tidy formattingDavid Bremner
2012-11-15notmuch-restore: fix error message for extra positional parameter.David Bremner
2012-11-15notmuch-restore: remove extra increment of optindDavid Bremner
2012-08-06notmuch-restore: replace positional argument for input with optionDavid 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
2012-03-30cli: refactor "notmuch restore" message tagging into a separate functionJani Nikula
2011-12-08notmuch-restore: convert to command-line-argumentsDavid Bremner
2011-10-30xregcomp: don't consider every regex compilation failure an internal error.David Bremner
2011-10-23notmuch-restore: check for extra arguments.David Bremner
2011-10-23notmuch-restore: implement --accumulate optionDavid Bremner
2011-10-22cli: change argument parsing convention for subcommandsDavid Bremner
2011-10-04lib: make find_message{,by_filename) report errorsAli Polatel
2010-11-11lib: Rework interface for maildir_flags synchronizationCarl Worth
2010-11-11Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth
2010-11-10Make maildir synchronization configurableMichal Sojka
2010-03-09lib: Rename iterator functions to prepare for reverse iteration.Carl Worth
2010-02-05notmuch restore: Don't waste time with messages with unchanged tags.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-16notmuch restore was skipping entries with no new tagsKeith Packard
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