diff options
| author | aguestuser <guest.austin@gmail.com> | 2016-01-10 19:44:31 -0500 |
|---|---|---|
| committer | aguestuser <guest.austin@gmail.com> | 2016-01-10 19:44:31 -0500 |
| commit | 22f34aefc8e3552854b6e9d3e11e48ceee20e209 (patch) | |
| tree | 8b4c12cc5ba869d2c98d7786de851c7c636e7426 | |
| parent | 136588a997d176f26c58007e42a82ee9b1d7257e (diff) | |
Fix typo in `emacstips` docs crypto section
Add missing invocation of `setq` to initialize decryption of mime msgs
| -rw-r--r-- | emacstips.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
