summaryrefslogtreecommitdiff
path: root/notmuch-restore.c
Commit message (Expand)AuthorAge
* cli/restore: gzerror() after gzclose_r() is a use after freeOlivier Taïbi2020-04-16
* don't pass NULL as second parameter to gzerrorDavid Bremner2020-04-13
* cli: run uncrustifyuncrustify2019-06-14
* cli: convert notmuch_bool_t to stdboolJani Nikula2017-10-09
* cli: use designated initializers for opt descJani Nikula2017-10-04
* cli: optionally restore message properties from dump fileDavid Bremner2016-09-21
* Use https instead of http where possibleDaniel Kahn Gillmor2016-06-05
* CLI: optionally restore config data.David Bremner2016-05-25
* cli: add global option "--uuid"David Bremner2015-08-14
* cli: define shared options, use for --help and --versionDavid Bremner2015-06-01
* restore: transparently support gzipped inputDavid Bremner2014-04-12
* cli: abstract dump file open from the dump commandJani Nikula2014-03-30
* cli: clean up exit status code returned by the cli commandsJani Nikula2014-01-18
* cli: move config open/close to main() from subcommandsJani Nikula2013-03-08
* cli: config: make notmuch_config_open() "is new" parameter input onlyJani Nikula2013-03-07
* dump/restore: Use Xapian queries for batch-tag formatAustin Clements2013-01-06
* restore: Make missing messages non-fatal (again)Austin Clements2013-01-06
* notmuch-restore: handle empty input file, leading blank lines and comments.David Bremner2013-01-06
* notmuch-restore: use debug version of talloc_strndupDavid Bremner2012-12-30
* notmuch-restore: allocate a temporary talloc context for each line parsed.David Bremner2012-12-22
* tag-utils: use the tag_opt_list_t as talloc context, if possible.David Bremner2012-12-22
* notmuch-restore: fix return value propagationDavid Bremner2012-12-22
* notmuch-restore: normalize case of error messages.David Bremner2012-12-09
* notmuch-restore: add support for input format 'batch-tag'David Bremner2012-12-09
* notmuch-restore: tidy formattingDavid Bremner2012-11-16
* notmuch-restore: fix error message for extra positional parameter.David Bremner2012-11-15
* notmuch-restore: remove extra increment of optindDavid Bremner2012-11-15
* notmuch-restore: replace positional argument for input with optionDavid Bremner2012-08-06
* lib/cli: Make notmuch_database_open return a status codeAustin Clements2012-05-05
* Use notmuch_database_destroy instead of notmuch_database_closeJustus Winter2012-04-28
* cli: refactor "notmuch restore" message tagging into a separate functionJani Nikula2012-03-30
* notmuch-restore: convert to command-line-argumentsDavid Bremner2011-12-08
* xregcomp: don't consider every regex compilation failure an internal error.David Bremner2011-10-30
* notmuch-restore: check for extra arguments.David Bremner2011-10-23
* notmuch-restore: implement --accumulate optionDavid Bremner2011-10-23
* cli: change argument parsing convention for subcommandsDavid Bremner2011-10-22
* lib: make find_message{,by_filename) report errorsAli Polatel2011-10-04
* lib: Rework interface for maildir_flags synchronizationCarl Worth2010-11-11
* Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsCarl Worth2010-11-11
* Make maildir synchronization configurableMichal Sojka2010-11-10
* lib: Rename iterator functions to prepare for reverse iteration.Carl Worth2010-03-09
* notmuch restore: Don't waste time with messages with unchanged tags.Carl Worth2010-02-05
* Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth2009-11-21
* Permit opening the notmuch database in read-only mode.Chris Wilson2009-11-21
* notmuch restore was skipping entries with no new tagsKeith Packard2009-11-16
* Unbreak several notmuch commands after the addition of configuration.Carl Worth2009-11-11
* notmuch: Break notmuch.c up into several smaller files.Carl Worth2009-11-10