From f073eb8da95785078eacb57fb4c86bc2a9f95164 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 19 Aug 2014 17:03:02 -0700 Subject: [PATCH] Add section on "Reading and verifying encrypted and signed messages" --- emacstips.mdwn | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/emacstips.mdwn b/emacstips.mdwn index a6a62c4..f348200 100644 --- a/emacstips.mdwn +++ b/emacstips.mdwn @@ -521,6 +521,17 @@ part. installed, it will shadow the fixed version of easypg included with emacs. +## Reading and verifying encrypted and signed messages + +Encrypted and signed mime messages can be read and verified with: + + (notmuch-crypto-process-mime t) + +Decrypting or verifying inline pgp messages can be done by selecting +an the inline pgp area and and using: + + M-x epa-decrypt-region RET + ## Multiple identities using gnus-alias [gnus-alias](http://www.emacswiki.org/emacs/GnusAlias) allows you to -- 2.43.0