diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2011-05-31 10:06:00 -0700 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-11-12 20:50:22 -0400 |
commit | 9207f90f525cde1e3f5c4695eb5b59c53b4a01ca (patch) | |
tree | fe6f2a8a5e3b4acb8547881d9350d2b9f053b3e5 /emacs | |
parent | 07022714ebd7e54aaa276d1c6f395fb8347a0710 (diff) |
emacs: update notmuch-crypto-process-mime config variable documentation.
This mentions the fact that prefix arguments are now used to enable to
crypto switch.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/notmuch-crypto.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el index 096dc5ec..44fccae0 100644 --- a/emacs/notmuch-crypto.el +++ b/emacs/notmuch-crypto.el @@ -31,8 +31,9 @@ on the success or failure of the verification process and on the validity of user ID of the signer. The effect of setting this variable can be seen temporarily by -viewing a signed or encrypted message with M-RET in notmuch -search." +providing a prefix when viewing a signed or encrypted message, or +by providing a prefix when reloading the message in notmuch-show +mode." :group 'notmuch :type 'boolean) |