index
:
notmuch
master
thread-based email index, search and tagging
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
notmuch-dump.c
Commit message (
Expand
)
Author
Age
*
dump: support gzipped and atomic output
David Bremner
2014-04-12
*
cli: abstract dump file open from the dump command
Jani Nikula
2014-03-30
*
cli: abstract database dumping from the dump command
Jani Nikula
2014-03-30
*
notmuch dump: default to batch-tag format.
David Bremner
2014-01-24
*
cli: clean up exit status code returned by the cli commands
Jani Nikula
2014-01-18
*
cli: move config open/close to main() from subcommands
Jani Nikula
2013-03-08
*
cli: config: make notmuch_config_open() "is new" parameter input only
Jani Nikula
2013-03-07
*
dump/restore: Use Xapian queries for batch-tag format
Austin Clements
2013-01-06
*
dump: Disallow \n in message IDs
Austin Clements
2013-01-06
*
notmuch-dump: add --format=(batch-tag|sup)
David Bremner
2012-12-08
*
notmuch-dump: tidy formatting
David Bremner
2012-11-16
*
notmuch-dump: remove deprecated positional argument for output file
David Bremner
2012-08-06
*
lib/cli: Make notmuch_database_open return a status code
Austin Clements
2012-05-05
*
Use notmuch_database_destroy instead of notmuch_database_close
Justus Winter
2012-04-28
*
notmuch-dump: convert to command-line-arguments
David Bremner
2011-12-08
*
notmuch-dump.c: whitespace cleanup
David Bremner
2011-12-04
*
dump: Don't sort the output by message id.
Thomas Schwinge
2011-11-28
*
cli: change argument parsing convention for subcommands
David Bremner
2011-10-22
*
notmuch-dump: deprecate use of output file argument.
David Bremner
2011-10-16
*
notmuch-dump: treat any remaining arguments after the filename as search terms
David Bremner
2011-10-16
*
notmuch-dump: update handling of file name argument
David Bremner
2011-10-16
*
lib: Rename iterator functions to prepare for reverse iteration.
Carl Worth
2010-03-09
*
lib/query: Drop the first and max_messages arguments from search_messages.
Carl Worth
2009-11-23
*
Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITE
Carl Worth
2009-11-21
*
Permit opening the notmuch database in read-only mode.
Chris Wilson
2009-11-21
*
libnotmuch: Underlying support for doing partial-results searches.
Carl Worth
2009-11-12
*
Unbreak several notmuch commands after the addition of configuration.
Carl Worth
2009-11-11
*
notmuch: Break notmuch.c up into several smaller files.
Carl Worth
2009-11-10