]> git.notmuchmail.org Git - notmuch/history - notmuch-restore.c
cli/count: simplify and document return value of print_count
[notmuch] / notmuch-restore.c
2015-09-26 David BremnerMerge branch 'release'
2015-08-14 David Bremnercli: add global option "--uuid"
2015-06-27 David BremnerMerge tag '0.20.2'
2015-06-02 David BremnerMerge branch 'release'
2015-06-01 David Bremnercli: define shared options, use for --help and --version
2014-04-12 David Bremnerrestore: transparently support gzipped input
2014-03-30 Jani Nikulacli: abstract dump file open from the dump command
2014-03-03 David BremnerMerge tag 'debian/0.17-5'
2014-02-22 David BremnerMerge tag 'debian/0.17-4'
2014-01-18 Jani Nikulacli: clean up exit status code returned by the cli...
2013-05-26 David BremnerMerge branch 'release'
2013-03-08 Jani Nikulacli: move config open/close to main() from subcommands
2013-03-07 Jani Nikulacli: config: make notmuch_config_open() "is new" parame...
2013-01-07 Austin Clementsdump/restore: Use Xapian queries for batch-tag format
2013-01-07 Austin Clementsrestore: Make missing messages non-fatal (again)
2013-01-06 David Bremnernotmuch-restore: handle empty input file, leading blank...
2012-12-31 David Bremnernotmuch-restore: use debug version of talloc_strndup
2012-12-23 David Bremnernotmuch-restore: allocate a temporary talloc context...
2012-12-23 David Bremnertag-utils: use the tag_opt_list_t as talloc context...
2012-12-23 David Bremnernotmuch-restore: fix return value propagation
2012-12-09 David Bremnernotmuch-restore: normalize case of error messages.
2012-12-09 David Bremnernotmuch-restore: add support for input format 'batch...
2012-11-16 David Bremnernotmuch-restore: tidy formatting
2012-11-15 David Bremnernotmuch-restore: fix error message for extra positional...
2012-11-15 David Bremnernotmuch-restore: remove extra increment of optind
2012-08-06 David Bremnernotmuch-restore: replace positional argument for input...
2012-05-05 Austin Clementslib/cli: Make notmuch_database_open return a status...
2012-04-28 Justus WinterUse notmuch_database_destroy instead of notmuch_databas...
2012-03-31 Jani Nikulacli: refactor "notmuch restore" message tagging into...
2011-12-09 David Bremnernotmuch-restore: convert to command-line-arguments
2011-10-31 David Bremnerxregcomp: don't consider every regex compilation failur...
2011-10-23 David Bremnernotmuch-restore: check for extra arguments.
2011-10-23 David Bremnernotmuch-restore: implement --accumulate option
2011-10-22 David Bremnercli: change argument parsing convention for subcommands
2011-10-04 David BremnerMerge remote-tracking branch 'alip/find_message-v3'
2011-10-04 Ali Polatellib: make find_message{,by_filename) report errors
2010-11-11 Carl Worthlib: Rework interface for maildir_flags synchronization
2010-11-11 Carl WorthAvoid abbreviation, preferring notmuch_config_get_maild...
2010-11-10 Michal SojkaMake maildir synchronization configurable
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-06 Carl WorthMerge branch 'debian' into rebuild
2010-03-09 Carl Worthlib: Rename iterator functions to prepare for reverse...
2010-02-06 Carl Worthnotmuch restore: Don't waste time with messages with...
2009-11-21 Carl WorthRename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABA...
2009-11-21 Chris WilsonPermit opening the notmuch database in read-only mode.
2009-11-16 Keith Packardnotmuch restore was skipping entries with no new tags
2009-11-12 Carl WorthUnbreak several notmuch commands after the addition...
2009-11-10 Carl Worthnotmuch: Break notmuch.c up into several smaller files.