mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +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
|
||||
which the message thread is shown. If it is nil (which occurs
|
||||
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: ")
|
||||
(let* ((buffer-name (generate-new-buffer-name
|
||||
(or buffer-name
|
||||
|
|
Loading…
Reference in a new issue