index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
notmuch-dump.c
Age
Commit message (
Expand
)
Author
2014-04-12
dump: support gzipped and atomic output
David Bremner
2014-03-30
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-01-24
notmuch dump: default to batch-tag format.
David Bremner
2014-01-18
cli: clean up exit status code returned by the cli commands
Jani Nikula
2013-03-08
cli: move config open/close to main() from subcommands
Jani Nikula
2013-03-07
cli: config: make notmuch_config_open() "is new" parameter input only
Jani Nikula
2013-01-06
dump/restore: Use Xapian queries for batch-tag format
Austin Clements
2013-01-06
dump: Disallow \n in message IDs
Austin Clements
2012-12-08
notmuch-dump: add --format=(batch-tag|sup)
David Bremner
2012-11-16
notmuch-dump: tidy formatting
David Bremner
2012-08-06
notmuch-dump: remove deprecated positional argument for output file
David Bremner
2012-05-05
lib/cli: Make notmuch_database_open return a status code
Austin Clements
2012-04-28
Use notmuch_database_destroy instead of notmuch_database_close
Justus Winter
2011-12-08
notmuch-dump: convert to command-line-arguments
David Bremner
2011-12-04
notmuch-dump.c: whitespace cleanup
David Bremner
2011-11-28
dump: Don't sort the output by message id.
Thomas Schwinge
2011-10-22
cli: change argument parsing convention for subcommands
David Bremner
2011-10-16
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
2010-03-09
lib: Rename iterator functions to prepare for reverse iteration.
Carl Worth
2009-11-23
lib/query: Drop the first and max_messages arguments from search_messages.
Carl Worth
2009-11-21
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-12
libnotmuch: Underlying support for doing partial-results searches.
Carl Worth
2009-11-11
Unbreak several notmuch commands after the addition of configuration.
Carl Worth
2009-11-10
notmuch: Break notmuch.c up into several smaller files.
Carl Worth