mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
NEWS: cli options for improved duplicate message handling
This commit is contained in:
parent
312837e46a
commit
f45c9f831f
1 changed files with 20 additions and 0 deletions
20
NEWS
20
NEWS
|
@ -1,3 +1,23 @@
|
|||
|
||||
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).
|
||||
|
||||
|
||||
Notmuch 0.16 (2013-08-03)
|
||||
=========================
|
||||
|
||||
|
|
Loading…
Reference in a new issue