X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=NEWS;h=4f3b98a7f942a66a928ec989eebc45ed23a53dcc;hp=3143911b715554fec0c0ff91b47fca3f7ba747b4;hb=ddc44ae0d02c7f92640b5e560fca5fddbd7b6c98;hpb=a933d455806c729a8e2b68a29cf4f82436a65e2e diff --git a/NEWS b/NEWS index 3143911b..4f3b98a7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,32 @@ -Notmuch 0.16 (2013-MM-DD) + +Notmuch 0.17 (UNRELEASED) +========================= + +Command-Line Interface +---------------------- + +New options to better support handling duplicate messages + + If more than one message file is associated with a message-id, + `notmuch search --output=files` will print all of them. A new + `--duplicate=N` option can be used to specify which duplicate to + print for each message. + + `notmuch count` now supports `--output=files` option to output the + number of files associated with matching messages. This may be + bigger than the number of matching messages due to duplicates + (i.e. multiple files having the same message-id). + +Emacs Interface +--------------- + +Built-in help improvements + + Documentation for many commands has been improved, as displayed by + `notmuch-help` (usually bound to "?"). The bindings listed by + `notmuch-help` also now include descriptions of prefixed commands. + +Notmuch 0.16 (2013-08-03) ========================= Command-Line Interface