From: aguestuser Date: Mon, 11 Jan 2016 00:44:31 +0000 (-0500) Subject: Fix typo in `emacstips` docs crypto section X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=22f34aefc8e3552854b6e9d3e11e48ceee20e209 Fix typo in `emacstips` docs crypto section Add missing invocation of `setq` to initialize decryption of mime msgs --- diff --git a/emacstips.mdwn b/emacstips.mdwn index b42e647..f6df9f6 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -448,7 +448,7 @@ part. Encrypted and signed mime messages can be read and verified with: - (notmuch-crypto-process-mime t) + (setq notmuch-crypto-process-mime t) Decrypting or verifying inline pgp messages can be done by selecting an the inline pgp area and and using: