[RFC] Several minor enhancements to the Emacs interface

2011-05-31 Thread Xavier Maillard
Hi Thomas, On Tue, 31 May 2011 16:47:27 +0200, Thomas Jost wrote: > Hi list, > > The thread regarding multiple sender identities seems to have been of > interest for several people, so I'd like to share a few other snippets > From my Emacs configuration file. > > Please tell me what you think

Decryption fails

2011-05-31 Thread Felix Geller
heers, Felix -- next part -- An embedded and charset-unspecified text was scrubbed... Name: crypto_tests.txt URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110531/95889c83/attachment-0001.txt> -- next part -- A non-text attac

[python] get all messages of a thread

2011-05-31 Thread Carl Worth
s scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110531/01259e53/attachment.pgp>

[RFC] Several minor enhancements to the Emacs interface

2011-05-31 Thread Thomas Jost
Hi list, The thread regarding multiple sender identities seems to have been of interest for several people, so I'd like to share a few other snippets

Fixed recent regression (corruption of binary parts)

2011-05-31 Thread Carl Worth
d the chance of hitting this bug. Thanks, -Carl -- carl.d.worth at intel.com -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/att

[PATCH v2 0/2] test: add test for saving attachments using notmuch-show-save-part

2011-05-31 Thread Carl Worth
ble Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110531/cb540490/attachment.pgp>

compile error of current git on F15

2011-05-31 Thread Daniel Kahn Gillmor
h the old API as well, or just require gmime 2.6; but i don't think we need to cross that bridge right now. Regards, --dkg -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 1030 bytes Desc: OpenPGP digital signature URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110531/d18e45ff/attachment.pgp>

release-candidate/0.6 redux

2011-05-31 Thread Jameson Graef Rollins
cation/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110531/b777c53e/attachment.pgp>

[PATCH] emacs: Add callback functions to crypto sigstatus button.

2011-05-31 Thread Jameson Graef Rollins
This adds two callback functions to the sigstatus button. If the sig status is "good", then clicking the button displays the output of "gpg --list-keys" on the key fingerprint. If the sigstatus is "bad", then clicking the button will retrieve the key from the keyserver, and redisplay the current

[PATCH] emacs: update notmuch-crypto-process-mime config variable documentation.

2011-05-31 Thread Jameson Graef Rollins
This mentions the fact that prefix arguments are now used to enable to crypto switch. --- emacs/notmuch-crypto.el |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el index 096dc5e..44fccae 100644 ---

Decryption fails

2011-05-31 Thread Jameson Graef Rollins
<http://notmuchmail.org/pipermail/notmuch/attachments/20110531/fbd681ca/attachment-0001.pgp>

[RFC] Several minor enhancements to the Emacs interface

2011-05-31 Thread Thomas Jost
Hi list, The thread regarding multiple sender identities seems to have been of interest for several people, so I'd like to share a few other snippets From my Emacs configuration file. Please tell me what you think of them. If you like them, I'd be glad to write some patches so they can be merged

Re: compile error of current git on F15

2011-05-31 Thread Daniel Kahn Gillmor
i'm CC'ing the upstream lead developer of gmime here to see if he has any thoughts (and can correct any misrepresentations from me) -- Hi Jeffrey! On 05/30/2011 02:43 PM, Jameson Graef Rollins wrote: On Sun, 29 May 2011 11:44:05 -0700, Dirk Hohndel hohn...@infradead.org wrote: CC -O2

[PATCH] emacs: update notmuch-crypto-process-mime config variable documentation.

2011-05-31 Thread Jameson Graef Rollins
This mentions the fact that prefix arguments are now used to enable to crypto switch. --- emacs/notmuch-crypto.el |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el index 096dc5e..44fccae 100644 ---

[PATCH] emacs: Add callback functions to crypto sigstatus button.

2011-05-31 Thread Jameson Graef Rollins
This adds two callback functions to the sigstatus button. If the sig status is good, then clicking the button displays the output of gpg --list-keys on the key fingerprint. If the sigstatus is bad, then clicking the button will retrieve the key from the keyserver, and redisplay the current

Re: Decryption fails

2011-05-31 Thread Felix Geller
On Tue, 31 May 2011 00:18:26 -0700, Jameson Graef Rollins jroll...@finestructure.net wrote: Hey, Felix. As David said, all crypto tests should be passing with libgmime 2.4.24. It would probably be instructive to know which crypto tests failed and why. Maybe you could supply some output from

Re: release-candidate/0.6 redux

2011-05-31 Thread Jameson Graef Rollins
Hi, folks. I have pushed a new version of the release-candidate/0.6 branch to my repo [0]. It is all reworked on top of notmuch/master [1], and includes: * the miscellaneous fixes/improvements patch series starting at id:1306619520-25730-2-git-send-email-jroll...@finestructure.net * the

Re: [RFC] Several minor enhancements to the Emacs interface

2011-05-31 Thread Xavier Maillard
Hi Thomas, On Tue, 31 May 2011 16:47:27 +0200, Thomas Jost schno...@schnouki.net wrote: Hi list, The thread regarding multiple sender identities seems to have been of interest for several people, so I'd like to share a few other snippets From my Emacs configuration file. Please tell me

Fixed recent regression (corruption of binary parts)

2011-05-31 Thread Carl Worth
I just fixed a bug that I should at least mention to the list. On the notmuch master branch, since May 23, there has been a bug which could lead to corruption when saving binary attachments from messages. A recent change to share more code internally (to provide notmuch show --part rather than a

Re: [python] get all messages of a thread

2011-05-31 Thread Carl Worth
On Sat, 28 May 2011 14:18:05 +0100, Patrick Totzke patricktot...@googlemail.com wrote: It seems that nobody needed this before. Even in bindings/python/notmuch.py only Threads.get_toplevel_messages() gets called, and then a (undocumented) Messages.print_messages is used (cf line 639, in show)

Re: [python] get all messages of a thread

2011-05-31 Thread Brian May
On 28 May 2011 23:18, Patrick Totzke patricktot...@googlemail.com wrote: if r: #because we cant iterate on NoneType I don't understand why, but this line sets r._msgs to None. So it crashes, because it has no message ids to look for. If you change it to if r is not None: ... then it

Re: Multiple sender identities (composing)

2011-05-31 Thread Brian May
On 16 May 2011 19:29, Stewart Smith stew...@flamingspork.com wrote: Thought I'd share this bit of my .emacs snippet that may be useful to go on the emacs tips page. This does the following: - sets up a list of possible identities to have mail From - on composing mail, it prompts you for who