header continuation issue in notmuch frontend/alot/pythons email module

2013-06-24 Thread Justus Winter
Quoting Austin Clements (2013-06-23 18:59:39) > Quoth Justus Winter on Jun 23 at 3:11 pm: > > Hi, > > > > I recently had a problem replying to a mail written by Thomas Schwinge > > using an oldish notmuch. Not sure if it has been fixed in more recent > > versions, but I think notmuch could

header continuation issue in notmuch frontend/alot/pythons email module

2013-06-24 Thread Thomas Schwinge
t one), or even msmtp used as the local MTA. Gr??e, Thomas -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20130624/0ecdd369/attachment-0001.pgp>

Emacs not finding keys to verify signatures

2013-06-24 Thread Daniel Patterson
org/pipermail/notmuch/attachments/20130624/1adc93ca/attachment.pgp>

[PATCH 1/3] emacs: Introduce `notmuch-call-notmuch-sexp'

2013-06-24 Thread Tomi Ollila
On Mon, Jun 24 2013, Austin Clements wrote: > This is just like `notmuch-call-notmuch-json', but parses S-expression > output. Note that, also like `notmuch-call-notmuch-json', this > doesn't consider trailing data to be an error, which may or may not be > what we want in the long run. > ---

[PATCH 1/3] emacs: Introduce `notmuch-call-notmuch-sexp'

2013-06-24 Thread Mark Walters
This series looks good to me +1. Is it worth removing all the json (3 files with (require 'json) and the async json parser) too? Best wishes Mark On Mon, 24 Jun 2013, Austin Clements wrote: > This is just like `notmuch-call-notmuch-json', but parses S-expression > output. Note that, also

[PATCH v7b] cli: add insert command

2013-06-24 Thread Mark Walters
Just to confirm my +1 for this series with patch 7b. Mark On Sun, 23 Jun 2013, Peter Wang wrote: > The notmuch insert command reads a message from standard input, > writes it to a Maildir folder, and then incorporates the message into > the notmuch database. Essentially it moves the

[PATCH 1/3] emacs: Introduce `notmuch-call-notmuch-sexp'

2013-06-24 Thread Austin Clements
Yes, and thanks for reminding me about the require's. I'll do that in a follow up. I was thinking of just moving the streaming JSON parser to a repo on my GitHub account, since maybe somebody some day will find a use for it, or at least take inspiration from the API (I looked into streaming JSON

[PATCH 1/3] emacs: Introduce `notmuch-call-notmuch-sexp'

2013-06-24 Thread Mark Walters
That is fine. (I think I only moved your code from one file to another but in any case what you suggest is fine.) Best wishes Mark On Mon, 24 Jun 2013, Austin Clements wrote: > Yes, and thanks for reminding me about the require's. I'll do that in > a follow up. I was thinking of just

[PATCH] emacs: Echo the output of notmuch new as it runs

2013-06-24 Thread Austin Clements
Previously, when the user pressed "G" to invoke notmuch new, Emacs would go out to lunch until it finished, giving the user no sense that the (potentially long-running) notmuch new process was making progress. This patch fixes this by continuously updating the echo area to display the last output

[PATCH 2/2] notmuch.el:notmuch-search-process-filter: Rewritten. Cope with incomplete lines.

2013-06-24 Thread Austin Clements
On Tue, 15 Nov 2011, Thomas Schwinge wrote: > Hi! > > On Thu, 10 Mar 2011 18:02:09 -0800, Carl Worth wrote: >> On Thu, 3 Feb 2011 00:56:39 +0100, Thomas Schwinge > schwinge.name> wrote: >> > This issue has been lying in ambush as of 2009-11-24's commit >> >