unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>
To: Notmuch development list <notmuch@notmuchmail.org>
Subject: Re: gpg decryption
Date: Mon, 08 Mar 2010 12:52:06 +0100	[thread overview]
Message-ID: <878wa3yqs9.fsf@SSpaeth.de> (raw)
In-Reply-To: <87aaujyqvx.fsf@SSpaeth.de>

On 2010-03-08, Sebastian Spaeth wrote:
> My bank frequently sends me transactions as an inline-armored gpg
> encrypted text. So I added the below 2 lines in my .emacs and added this
> function to the list of notmuch-show-hook functions:
> 
> (defun spaetz/decrypt ()
>   (epa-decrypt-armor-in-region (point-min) (point-max)))

Uhh, and you will have to load somehow the "epa" library that comes with
emacs included. I use the below in my .emacs

;enable gpg integration for transparent .gpg file decryption
(require 'epa-file)
(epa-file-enable)

  reply	other threads:[~2010-03-08 11:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-08 11:49 gpg decryption Sebastian Spaeth
2010-03-08 11:52 ` Sebastian Spaeth [this message]
2010-03-08 16:47 ` Jameson Rollins
2010-03-09 14:05   ` Sebastian Spaeth

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878wa3yqs9.fsf@SSpaeth.de \
    --to=sebastian@sspaeth.de \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).