[PATCH v2] test: Canonicalize RFC 2047 encoding and charset

2013-08-19 Thread Jani Nikula
On Mon, 19 Aug 2013, Tomi Ollila wrote: > On Mon, Aug 19 2013, Austin Clements wrote: > >> RFC 2047 states that the encoding and charset in an encoded word are >> case-insensitive, so force them to lower case in the reply test. This >> fixes an issue caused by GMime versions (somewhere between

[PATCH v2] test: Canonicalize RFC 2047 encoding and charset

2013-08-19 Thread Tomi Ollila
On Mon, Aug 19 2013, Austin Clements wrote: > RFC 2047 states that the encoding and charset in an encoded word are > case-insensitive, so force them to lower case in the reply test. This > fixes an issue caused by GMime versions (somewhere between 2.6.10 and > 2.6.16), which changed the

missing part in emacs UI

2013-08-19 Thread Jameson Graef Rollins
it out. 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/20130819/7ea151a3/attachment.pgp>

[PATCH] emacs: bugfix notmuch-mua-reply when signature is present

2013-08-19 Thread Tomi Ollila
On Fri, Aug 09 2013, Tomi Ollila wrote: > On Thu, Aug 08 2013, Geoffrey Ferrari > wrote: > >> From: "Geoffrey H. Ferrari" >> >> When composing a reply, notmuch-mua-reply tries to be smart and cite >> the original message by inserting it before the user signature, if >> one is present.

return code 134

2013-08-19 Thread David Bremner
Marcelo Laia writes: > :~$ notmuch new > terminate called after throwing an instance of 'std::length_error' > what(): basic_string::assign > Abortado > :~$ > > Could you help me? Hi Marcelo; Can you tell us what versions of notmuch, gmime, and xapian you are running? Maybe you can try to

[PATCH] emacs: insert quotable parts in reply as they are displayed in show view

2013-08-19 Thread Jani Nikula
In reply, insert quotable parts using notmuch-show-insert-bodypart instead of calling notmuch-mm-display-part-inline directly to render the quoted parts as they are rendered in show view. The notable change is that replies to text/calendar parts quote the pretty printed output of

[PATCH v2] test: Canonicalize RFC 2047 encoding and charset

2013-08-19 Thread Austin Clements
RFC 2047 states that the encoding and charset in an encoded word are case-insensitive, so force them to lower case in the reply test. This fixes an issue caused by GMime versions (somewhere between 2.6.10 and 2.6.16), which changed the capitalization of the encoding. --- test/reply |8

return code 134

2013-08-19 Thread Marcelo Laia
Hi David, I run these line codes $ notmuch dump --output=~/out.nm $ mv ~/Mail/.notmuch ~/.notmuch.bak $ notmuch new $ notmuch tag -inbox -unread '*' $ notmuch restore --accumulate --input=~/out.nm from page http://notmuchmail.org/howto/#index6h2 and, after some complains,

missing part in emacs UI

2013-08-19 Thread Istvan Marko
Jameson, see id:m3r4dtgz9k.fsf at zsu.kismala.com I think it's the same issue. -- Istvan

Re: missing part in emacs UI

2013-08-19 Thread Jameson Graef Rollins
On Sun, Aug 18 2013, Istvan Marko notm...@kismala.com wrote: Jameson, see id:m3r4dtgz9k@zsu.kismala.com I think it's the same issue. Thanks, Istvan. I should have looked a little closer at recent activity on the list. This patch does seem to attempt to address the issue. Thanks for