David Bremner
651da30c09
cli: optionally restore message properties from dump file
...
This somewhat mimics the config line parsing, except there can be
arbitrarily many key value pairs, so one more level of looping is
required.
2016-09-21 18:14:25 -03:00
Daniel Kahn Gillmor
89c8d27948
clean up spelling
2016-09-12 08:16:35 -03:00
David Bremner
c6fcc555dd
CLI: optionally restore config data.
...
The default to restore config data seems safest, especially since
currently we have no config data to mess up.
2016-05-25 07:40:44 -03:00
Jani Nikula
45038b44b7
doc: document notmuch-restore --input=filename option
...
Document all options for completeness.
2015-02-23 21:47:55 +01:00
David Bremner
4c62d9366a
restore: transparently support gzipped input
...
We rely completely on zlib to do the right thing in detecting gzipped
input. Since our dump format is chosen to be 7 bit ascii, this should
be fine.
2014-04-12 07:59:44 -03:00
David Bremner
d736260385
doc: convert sphinx based docs
...
This is the output from sphinx-quickstart, massaged a bit, along with
our existing man pages converted to rst.
A skeleton notmuch-emacs manual is also included. It is not suitable
for end user use yet.
2014-03-09 10:41:08 -03:00