mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +01:00
emacs: add documentation for notmuch-show crypto-switch option
This commit is contained in:
parent
74f16571e8
commit
b00e27bd99
1 changed files with 5 additions and 1 deletions
|
@ -824,7 +824,11 @@ non-nil.
|
||||||
The optional BUFFER-NAME provides the name of the buffer in
|
The optional BUFFER-NAME provides the name of the buffer in
|
||||||
which the message thread is shown. If it is nil (which occurs
|
which the message thread is shown. If it is nil (which occurs
|
||||||
when the command is called interactively) the argument to the
|
when the command is called interactively) the argument to the
|
||||||
function is used. "
|
function is used.
|
||||||
|
|
||||||
|
The optional CRYPTO-SWITCH toggles the value of the
|
||||||
|
notmuch-crypto-process-mime customization variable for this show
|
||||||
|
buffer."
|
||||||
(interactive "sNotmuch show: ")
|
(interactive "sNotmuch show: ")
|
||||||
(let* ((buffer-name (generate-new-buffer-name
|
(let* ((buffer-name (generate-new-buffer-name
|
||||||
(or buffer-name
|
(or buffer-name
|
||||||
|
|
Loading…
Add table
Reference in a new issue