[notmuch] gpg decryption

2010-03-09 Thread Sebastian Spaeth
On 2010-03-08, Sebastian Spaeth wrote: > On Mon, 08 Mar 2010 12:49:54 +0100, "Sebastian Spaeth" SSpaeth.de> wrote: > > My bank frequently sends me transactions as an inline-armored gpg > > encrypted text. > > Wow! That's incredible. I assume this is a German Bank? Only in my > wildest fantasie

Re: [notmuch] gpg decryption

2010-03-09 Thread Sebastian Spaeth
On 2010-03-08, Sebastian Spaeth wrote: > On Mon, 08 Mar 2010 12:49:54 +0100, "Sebastian Spaeth" > wrote: > > My bank frequently sends me transactions as an inline-armored gpg > > encrypted text. > > Wow! That's incredible. I assume this is a German Bank? Only in my > wildest fantasies could I

[notmuch] gpg decryption

2010-03-08 Thread Sebastian Spaeth
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

[notmuch] gpg decryption

2010-03-08 Thread Sebastian Spaeth
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))) Despite warning in the

[notmuch] gpg decryption

2010-03-08 Thread Jameson Rollins
On Mon, 08 Mar 2010 12:49:54 +0100, "Sebastian Spaeth" wrote: > My bank frequently sends me transactions as an inline-armored gpg > encrypted text. Wow! That's incredible. I assume this is a German Bank? Only in my wildest fantasies could I even conceive of such a thing possibly happening, esp

Re: [notmuch] gpg decryption

2010-03-08 Thread Jameson Rollins
On Mon, 08 Mar 2010 12:49:54 +0100, "Sebastian Spaeth" wrote: > My bank frequently sends me transactions as an inline-armored gpg > encrypted text. Wow! That's incredible. I assume this is a German Bank? Only in my wildest fantasies could I even conceive of such a thing possibly happening, es

Re: [notmuch] gpg decryption

2010-03-08 Thread Sebastian Spaeth
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

[notmuch] gpg decryption

2010-03-08 Thread Sebastian Spaeth
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))) Despite warning in the