From 22f34aefc8e3552854b6e9d3e11e48ceee20e209 Mon Sep 17 00:00:00 2001 From: aguestuser Date: Sun, 10 Jan 2016 19:44:31 -0500 Subject: [PATCH] Fix typo in `emacstips` docs crypto section Add missing invocation of `setq` to initialize decryption of mime msgs --- emacstips.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.43.0