mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
NEWS: don't start headlines with --
This confuses our simple tooling, and it's questionable style anyway.
This commit is contained in:
parent
c5944537c8
commit
d151b73836
1 changed files with 2 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -41,13 +41,13 @@ New option --output=address for notmuch address
|
||||||
|
|
||||||
Make `notmuch show` more robust against deleting duplicate files
|
Make `notmuch show` more robust against deleting duplicate files
|
||||||
|
|
||||||
--decrypt now takes an explicit argument
|
The option --decrypt now takes an explicit argument
|
||||||
|
|
||||||
The --decrypt option to `notmuch show` and `notmuch reply` now takes
|
The --decrypt option to `notmuch show` and `notmuch reply` now takes
|
||||||
an explicit argument. If you were used to invoking `notmuch show
|
an explicit argument. If you were used to invoking `notmuch show
|
||||||
--decrypt`, you should switch to `notmuch show --decrypt=true`.
|
--decrypt`, you should switch to `notmuch show --decrypt=true`.
|
||||||
|
|
||||||
--no-<arg> may be used to negate boolean and keyword arguments
|
Boolean and keyword arguments now take a `--no-` prefix
|
||||||
|
|
||||||
Encrypted Mail
|
Encrypted Mail
|
||||||
--------------
|
--------------
|
||||||
|
|
Loading…
Reference in a new issue