Re: [PATCH] emacs: notmuch-show: remove extraneous shell quoting

2016-09-16 Thread Matt Armstrong
Mark Walters writes: > Hi > > On Fri, 16 Sep 2016, Matt Armstrong wrote: >> Tomi, thanks for your reply asking for some motivation behind this >> patch. I can't reply directly to your message because, for some reason, >> it doesn't appear in my

Re: [PATCH v1] WIP: emacs: show: expand unread tags

2016-09-16 Thread Matt Armstrong
Mark Walters writes: > Hi > > On Fri, 16 Sep 2016, Matt Armstrong wrote: >> Expand unread messages by default in show mode. >> >> Show mode now expands messages matching tags designated by >> notmuch-show-unread-tags (in addition to those

Re: [PATCH] emacs: notmuch-show: remove extraneous shell quoting

2016-09-16 Thread Tomi Ollila
On Fri, Sep 16 2016, Matt Armstrong wrote: > Tomi, thanks for your reply asking for some motivation behind this > patch. I can't reply directly to your message because, for some reason, > it doesn't appear in my mailbox (I discovered your message while reading > the mail

Re: [PATCH 4/4] emacs: add refresh all buffers function

2016-09-16 Thread Mark Walters
On Sat, 10 Sep 2016, Ioan-Adrian Ratiu wrote: > This new notmuch-refresh-all-buffers function calls each buffer's major > mode specific refresh function using the generic function > notmuch-refresh-this-buffer. > > It is very useful because by passing a non-nil arg to the buffer

Re: [PATCH 2/4] emacs: adjust all types of notmuch show buffers

2016-09-16 Thread Mark Walters
On Sat, 10 Sep 2016, Ioan-Adrian Ratiu wrote: > The current notmuch-show-message-adjust logic only adjusts the buffer > focused in the current window. Extend it to adjust any kind of buffer, > even buffers in a window without focus or in a different frame or even > not shown at

Re: [PATCH 1/4] emacs: reuse buffer when refreshing searches

2016-09-16 Thread Mark Walters
Hi On Sat, 10 Sep 2016, Ioan-Adrian Ratiu wrote: > There's no reason to completely kill a buffer while refreshing its > search results because its buffer name is constant between refreshes > (based on the search query) and only its contents may change. > > Reusing the same

Re: [PATCH] emacs: notmuch-show: remove extraneous shell quoting

2016-09-16 Thread Mark Walters
Hi On Fri, 16 Sep 2016, Matt Armstrong wrote: > Tomi, thanks for your reply asking for some motivation behind this > patch. I can't reply directly to your message because, for some reason, > it doesn't appear in my mailbox (I discovered your message while reading > the

Re: [PATCH v1] WIP: emacs: show: expand unread tags

2016-09-16 Thread Mark Walters
Hi On Fri, 16 Sep 2016, Matt Armstrong wrote: > Expand unread messages by default in show mode. > > Show mode now expands messages matching tags designated by > notmuch-show-unread-tags (in addition to those matching the search > query). By default, this list is

Re: notmuch.el: controlling what does and doesn't get expanded in searches

2016-09-16 Thread Matt Armstrong
Jani Nikula writes: > On Thu, 04 Aug 2016, Carl Worth wrote: >>> i) notmuch could have an "also expand tags" feature, where thread based >>> results would auto expand matching tags. I would set this to >>> "unread". >> >> This approach makes a lot

Re: [PATCH] emacs: notmuch-show: remove extraneous shell quoting

2016-09-16 Thread Matt Armstrong
Tomi, thanks for your reply asking for some motivation behind this patch. I can't reply directly to your message because, for some reason, it doesn't appear in my mailbox (I discovered your message while reading the mail archive on notmuchmail.org). The code dealing with this quoting issue was