cli: add --include-html option to notmuch show

2013-07-24 Thread John Lenz
On Sun Jul 21 15:23 -0500 2013, Tomi Ollila wrote: > On Tue, Jul 02 2013, John Lenz wrote: > > > For my client, the largest bottleneck for displaying large threads is > > exporting each html part individually since by default notmuch will not > > show the json parts. For large threads there

UTF-8 in mail headers (namely FROM) sent by bugzilla

2013-07-24 Thread Eric Abrahamsen
Franz Fellner writes: > On Dienstag, 23. Juli 2013 11:30:28 CEST, Eric Abrahamsen wrote: >>> I have a problem with notmuch-vim (now: git master from 10 min. ago) >>> (also with alot and ner, not with 'notmuch show' or notmuch-emacs). >>> UTF-8-encoded From: (at least) does not show Umlauts but a

Performance-issues with large threads

2013-07-24 Thread Franz Fellner
Hej, > How long does > > notmuch show --format=json thread:thread-id > /dev/null > > take? Is it much faster after the first run? What about the same with > the added cli option --body=false? [7:23] $ time notmuch show --format=json thread:02d1 >|/dev/null notmuch show

[PATCH] emacs: hello: make --batch error gracefully

2013-07-24 Thread David Bremner
Mark Walters writes: > -(call-process-region (point-min) (point-max) notmuch-command > - t t nil "count" "--batch") > +(unless (= (call-process-region (point-min) (point-max) notmuch-command > + t t nil "count" "--batch") 0) > +