[PATCH] Add NEWS item output improvements to rfc822 part handling.

2011-09-06 Thread Jameson Graef Rollins
--- NEWS | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index f715142..65aca75 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Notmuch 0.8 (2011-09-05) + + +Improved handling of message/rfc822 parts + + Both in the CLI and th

Re: [PATCH] Add NEWS item output improvements to rfc822 part handling.

2011-09-06 Thread David Bremner
On Tue, 6 Sep 2011 00:17:30 -0700, Jameson Graef Rollins wrote: > --- > NEWS | 11 +++ > 1 files changed, 11 insertions(+), 0 deletions(-) Pushed, with thanks! d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailm

test case for message display

2011-09-06 Thread David Bremner
I haven't had a chance to investigate it, but here is a message that show a bug in message display, I think in citation/top-posting hiding. Hiding the whole message would be ok, but there is no un-hide button. --- Begin Message --- --- Original message --- > From: Ross Vandegrift > To: s

Re: [PATCH] Do not import notmuch in setup.py (again).

2011-09-06 Thread Sebastian Spaeth
On Mon, 05 Sep 2011 09:04:54 -0300, David Bremner wrote: > On Wed, 24 Aug 2011 09:20:51 +0200, Sebastian Spaeth wrote > > Ahh, sorry, I must have missed that patch (or forgotten about it). I > > solved this now by having the version number in version.py (which > > contains nothing else, so Dav

Re: [PATCH] emacs: Sort saved searches

2011-09-06 Thread Adam Wolfe Gordon
Jani Nikula wrote: > > Hmm. Let's look at this from another perspective: do you know if there's > a reasonable way to make ordering of the customized saved searches > easier? It's not exactly user friendly to move items up and down in the > list. Or to sort them. > > On the other hand, the tags

Re: [PATCH] Do not attept to output part raw if part is not GMimePart.

2011-09-06 Thread Jameson Graef Rollins
On Fri, 3 Jun 2011 10:01:06 -0700, Jameson Graef Rollins wrote: > This was a minor oversite in checking of part type when outputing > content raw. This was causing gmime was to throw an exception to > stderr. I'm finding it perplexing that this patch still hasn't been applied, considering how

Re: [PATCH] Do not attept to output part raw if part is not GMimePart.

2011-09-06 Thread Dmitry Kurochkin
Hi Jamie. On Tue, 06 Sep 2011 09:43:00 -0700, Jameson Graef Rollins wrote: > On Fri, 3 Jun 2011 10:01:06 -0700, Jameson Graef Rollins > wrote: > > This was a minor oversite in checking of part type when outputing > > content raw. This was causing gmime was to throw an exception to > > stderr

Re: [PATCH] Do not attept to output part raw if part is not GMimePart.

2011-09-06 Thread Jameson Graef Rollins
Everyone that I know of who has tried to reproduce this bug has been able to. I vote that we include this patch in 0.8, so that we can get it out of the way. jamie. pgpEBorFl1kU2.pgp Description: PGP signature ___ notmuch mailing list notmuch@notmuchm

RFC/PATCH emacs attachment handling

2011-09-06 Thread Mark Walters
Hello I have modified the emacs interface for handling attachments by adding a keymap to the attachment button. For example pressing v when on an attachment button views the attachment (using the mailcap method) and pressing s saves the attachment. I find this makes it a lot easier when dealing w

[PATCH] Add NEWS item output improvements to rfc822 part handling.

2011-09-06 Thread Jameson Graef Rollins
--- NEWS | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index f715142..65aca75 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,14 @@ +Notmuch 0.8 (2011-09-05) + + +Improved handling of message/rfc822 parts + + Both in the CLI and th

[PATCH] Add NEWS item output improvements to rfc822 part handling.

2011-09-06 Thread David Bremner
On Tue, 6 Sep 2011 00:17:30 -0700, Jameson Graef Rollins wrote: > --- > NEWS | 11 +++ > 1 files changed, 11 insertions(+), 0 deletions(-) Pushed, with thanks! d

test case for message display

2011-09-06 Thread David Bremner
Tino Keitel Subject: Re: [SyncEvolution] Multi-point sync Date: Tue, 6 Sep 2011 08:27:10 +0200 Size: 2834 URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110906/34c64fca/attachment.mht>

[PATCH] Do not import notmuch in setup.py (again).

2011-09-06 Thread Sebastian Spaeth
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/attachments/20110906/f31ddf28/attachment.pgp>

[PATCH] emacs: Sort saved searches

2011-09-06 Thread Adam Wolfe Gordon
Jani Nikula wrote: > > Hmm. Let's look at this from another perspective: do you know if there's > a reasonable way to make ordering of the customized saved searches > easier? It's not exactly user friendly to move items up and down in the > list. Or to sort them. > > On the other hand, the tags

[PATCH] Do not attept to output part raw if part is not GMimePart.

2011-09-06 Thread Jameson Graef Rollins
bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110906/ca3d3122/attachment.pgp>

[PATCH] Do not attept to output part raw if part is not GMimePart.

2011-09-06 Thread Dmitry Kurochkin
Hi Jamie. On Tue, 06 Sep 2011 09:43:00 -0700, Jameson Graef Rollins wrote: > On Fri, 3 Jun 2011 10:01:06 -0700, Jameson Graef Rollins finestructure.net> wrote: > > This was a minor oversite in checking of part type when outputing > > content raw. This was causing gmime was to throw an exceptio

[PATCH] Do not attept to output part raw if part is not GMimePart.

2011-09-06 Thread Jameson Graef Rollins
Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110906/5640639c/attachment.pgp>

[PATCH] compose-mail accepts an 8th argument in emacs 24.

2011-09-06 Thread richardmu...@gmail.com