diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2014-08-19 17:03:02 -0700 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2014-08-19 17:03:02 -0700 |
| commit | f073eb8da95785078eacb57fb4c86bc2a9f95164 (patch) | |
| tree | 380a5b23182075940301bdef2202ac04774abd85 | |
| parent | bd86094ff5c52b488abee84bcf3339c27d03f10b (diff) | |
Add section on "Reading and verifying encrypted and signed messages"
| -rw-r--r-- | emacstips.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
