diff options
author | David Bremner <bremner@debian.org> | 2012-08-05 12:05:10 -0300 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2012-08-06 08:52:56 -0300 |
commit | 6b820673fc9c2483572af5ec7ea91e4d7d7258c9 (patch) | |
tree | 0d074e8fea6bc69da931ddd569ccb819584e5c32 /NEWS | |
parent | 19c824c3fd7be29a2257cdd530ee23074c978d63 (diff) |
NEWS: discuss changes for dump and restore syntax.
The duplication in NEWS.Debian is so that Debian users will be warned
during upgrade.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -14,6 +14,16 @@ Maildir tag synchronization messages (typically causing new messages to not receive the "unread" tag). +Command-Line Interface +---------------------- + + The deprecated positional output file argument to `notmuch dump` has + been replaced with an `--output` option. The input file positional + argument to `notmuch restore` has been replaced with an `--input` + option for consistency with dump. These changes simplify the syntax + of dump/restore options and make them more consistent with other + notmuch commands. + Emacs Interface --------------- |