[notmuch] [PATCH]: 0001-Include-tags-in-notmuch-show-format-json.patch

2010-03-08 Thread Sebastian Spaeth
On 2010-03-08, Sebastian Spaeth wrote: > On Mon, 8 Mar 2010 14:08:54 +0100, Fernando Herrera > wrote: > > The attached patch includes tags as headers in the "notmuch show > > --format=json ..." output. The text output already shows tags in the > > one-line header, and I needed them to show

[notmuch] [PATCH]: 0001-Include-tags-in-notmuch-show-format-json.patch

2010-03-08 Thread Fernando Herrera
attachment was scrubbed... Name: 0001-Include-tags-in-notmuch-show-format-json.patch Type: text/x-patch Size: 1621 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100308/c5336bb5/attachment.bin>

[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 () >

[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
the time to work on it. I'm at least glad that other are struggling with it as well, so it's not just me. jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100308/908dccf8/attachment.pgp>

[notmuch] Debian package

2010-03-08 Thread Michal Sojka
On Sun, 07 Mar 2010, Xavier Maillard wrote: > There are probably things to tweak but there is also something > not working for me. Apparentely, you have a special file named > 'version' in which you store a version string and its sha1 as > taken from the rev HEAD. I do not have one and thus, I

[notmuch] [PATCH]: 0001-Include-tags-in-notmuch-show-format-json.patch

2010-03-08 Thread Jameson Rollins
ie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20100308/a92d228b/attachment.pgp>

[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

Re: [notmuch] [PATCH]: 0001-Include-tags-in-notmuch-show-format-json.patch

2010-03-08 Thread Sebastian Spaeth
On 2010-03-08, Sebastian Spaeth wrote: On Mon, 8 Mar 2010 14:08:54 +0100, Fernando Herrera fherr...@onirica.com wrote: The attached patch includes tags as headers in the notmuch show --format=json ... output. The text output already shows tags in the one-line header, and I needed them to

Re: [notmuch] gpg decryption

2010-03-08 Thread Jameson Rollins
On Mon, 08 Mar 2010 12:49:54 +0100, Sebastian Spaeth sebast...@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 fantasies could I even conceive of such a thing