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

2013-07-22 Thread Tomi Ollila
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 can be quite a few parts and > each must be exported and decoded

second freeze for 0.16, now with more freezieness

2013-07-22 Thread Tomi Ollila
On Sat, Jul 20 2013, David Bremner wrote: > David Bremner writes: > >> Hi Gang; >> >> I'll be off the grid for about 12 days, starting on Friday. I thought >> that made pretty good sense as a freeze time. On the other hand, I >> realize people may have a few last minute items (hopefully small)

[PATCH 0/3] Introduce the add command

2013-07-22 Thread Vladimir Marek
> > On Sat, Jul 13 2013, Adam Wolfe Gordon wrote: > >> The recent introduction of insert inspired me to finally add a feature I've > >> been wanting: a command to index a specific file in the maildir. My usecase > >> for this is that I have an inotify-based script that

Links in email messages

2013-07-22 Thread Bart Bunting
That sounds exactly like what I was hoping for. Kind regards Bart Mark Walters writes: > Hi > > I think C-c RET works to follow the link. At least that seems to do the > same as clicking it. > > I agree that just RET would be nice, but also would like the links to be > treated as buttons so

[PATCH] emacs: News for S-expressions everywhere

2013-07-22 Thread David Bremner
Austin Clements writes: > Update the news about search using S-expression support to also say > that show is also now faster. Pushed. d

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

2013-07-22 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

Unquoted message ID in notmuch-mutt-tag

2013-07-22 Thread Jason Miller
Hi, Just started using notmuch along with notmuch-mutt. I found a bug in notmuch-mutt where the message id is not shell-quoted in the tag_action. a simple one-line-fix is to shell-quote the result of get_message_id: @@ -150,7 +150,7 @@ } sub tag_action(@) { -my $mid = get_message_id(); +