aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-restore.c
Commit message (Expand)AuthorAge
* restore: transparently support gzipped inputGravatar David Bremner2014-04-12
* cli: abstract dump file open from the dump commandGravatar Jani Nikula2014-03-30
* 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
* restore: Make missing messages non-fatal (again)Gravatar Austin Clements2013-01-06
* notmuch-restore: handle empty input file, leading blank lines and comments.Gravatar David Bremner2013-01-06
* notmuch-restore: use debug version of talloc_strndupGravatar David Bremner2012-12-30
* notmuch-restore: allocate a temporary talloc context for each line parsed.Gravatar David Bremner2012-12-22
* tag-utils: use the tag_opt_list_t as talloc context, if possible.Gravatar David Bremner2012-12-22
* notmuch-restore: fix return value propagationGravatar David Bremner2012-12-22
* notmuch-restore: normalize case of error messages.Gravatar David Bremner2012-12-09
* notmuch-restore: add support for input format 'batch-tag'Gravatar David Bremner2012-12-09
* notmuch-restore: tidy formattingGravatar David Bremner2012-11-16
* notmuch-restore: fix error message for extra positional parameter.Gravatar David Bremner2012-11-15
* notmuch-restore: remove extra increment of optindGravatar David Bremner2012-11-15
* notmuch-restore: replace positional argument for input with optionGravatar 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
* cli: refactor "notmuch restore" message tagging into a separate functionGravatar Jani Nikula2012-03-30
* notmuch-restore: convert to command-line-argumentsGravatar David Bremner2011-12-08
* xregcomp: don't consider every regex compilation failure an internal error.Gravatar David Bremner2011-10-30
* notmuch-restore: check for extra arguments.Gravatar David Bremner2011-10-23
* notmuch-restore: implement --accumulate optionGravatar David Bremner2011-10-23
* cli: change argument parsing convention for subcommandsGravatar David Bremner2011-10-22
* lib: make find_message{,by_filename) report errorsGravatar Ali Polatel2011-10-04
* lib: Rework interface for maildir_flags synchronizationGravatar Carl Worth2010-11-11
* Avoid abbreviation, preferring notmuch_config_get_maildir_synchronize_flagsGravatar Carl Worth2010-11-11
* Make maildir synchronization configurableGravatar Michal Sojka2010-11-10
* lib: Rename iterator functions to prepare for reverse iteration.Gravatar Carl Worth2010-03-09
* notmuch restore: Don't waste time with messages with unchanged tags.Gravatar Carl Worth2010-02-05
* 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
* notmuch restore was skipping entries with no new tagsGravatar Keith Packard2009-11-16
* 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