mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
NEWS: a bunch of cli news since 0.15
This commit is contained in:
parent
f0dfda5c77
commit
c3c4da7ba8
1 changed files with 31 additions and 0 deletions
31
NEWS
31
NEWS
|
@ -4,6 +4,37 @@ Notmuch 0.16 (2013-MM-DD)
|
||||||
Command-Line Interface
|
Command-Line Interface
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
Decrypting commands explicitly expect a gpg-agent
|
||||||
|
|
||||||
|
Decryption in `notmuch show` and `notmuch reply` has only ever
|
||||||
|
worked with a functioning gpg-agent. This is now made explicit in
|
||||||
|
code and documentation. The functional change is that it's now
|
||||||
|
possible to have gpg-agent running, but gpg "use-agent"
|
||||||
|
configuration option disabled, not forcing the user to use the agent
|
||||||
|
everywhere.
|
||||||
|
|
||||||
|
`notmuch count --batch` option
|
||||||
|
|
||||||
|
`notmuch count` now supports batch operations similar to `notmuch
|
||||||
|
tag`. This is mostly an optimization for remote notmuch usage.
|
||||||
|
|
||||||
|
Configuration file saves follow symbolic links
|
||||||
|
|
||||||
|
The notmuch commands that save the configuration file now follow
|
||||||
|
symbolic links instead of overwrite them.
|
||||||
|
|
||||||
|
`notmuch tag` option to remove all tags from matching messages
|
||||||
|
|
||||||
|
`notmuch tag --remove-all` option has been added to remove all tags
|
||||||
|
from matching messages. This can be combined with adding new tags,
|
||||||
|
resulting in setting (rather than modifying) the tags of the
|
||||||
|
messages.
|
||||||
|
|
||||||
|
Top level option to specify configuration file
|
||||||
|
|
||||||
|
It's now possible to specify the configuration file to use on the
|
||||||
|
command line using the `notmuch --config=FILE` option.
|
||||||
|
|
||||||
Deprecated commands "part" and "search-tags" are removed.
|
Deprecated commands "part" and "search-tags" are removed.
|
||||||
|
|
||||||
Bash command-line completion
|
Bash command-line completion
|
||||||
|
|
Loading…
Add table
Reference in a new issue