Re: Status of Vim client

2016-10-13 Thread David Bremner
Nick Howell writes: > Nick Howell wrote: >> I have a few patchsets adding: > >> - attachment support in compose >> - mailcap support for multipart messages > > Mildly clean (imo), independent versions of these have been sent to > the mailing list; they are meant to be applied

Re: [PATCH v2] Add notmuch-show--build-queries.

2016-10-13 Thread Mark Walters
On Tue, 11 Oct 2016, Matt Armstrong wrote: > notmuch-show--build-buffer now queries a list of queries built by the > former. This simplifies the logic. It also provides an easy place to > experiment with alternate sets of queries for given notmuch-show-* > variables

Re: Status of Vim client

2016-10-13 Thread nlhowell
David Bremner wrote: > Nick Howell writes: > > Nick Howell wrote: > >> I have a few patchsets adding: > > > >> - attachment support in compose - mailcap support for multipart > >> messages > > > > Mildly clean (imo), independent versions of these have been sent > > to the

Re: [PATCH v2] Add notmuch-show--build-queries.

2016-10-13 Thread Matt Armstrong
Mark, thanks for the review. I agree with your comments. I'll send another patch. As you might guess, I'm new to elisp. Use of push makes some of this fall out nicely. For what it is worth, I did experiment with using loop to find the first functional "forest". There are several other calls

[no subject]

2016-10-13 Thread Matt Armstrong
This supercedes id:1476207707-21827-1-git-send-email-marmstr...@google.com with changes steming from Mark's helpful feedback. ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

[PATCH v3] Add notmuch-show--build-queries.

2016-10-13 Thread Matt Armstrong
notmuch-show--build-buffer now queries a list of queries built by the former. This simplifies the logic. It also provides an easy place to experiment with alternate sets of queries for given notmuch-show-* variables (e.g. users can use advice-add to do so in a surgical way). ---