Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'

2016-02-18 Thread David Edmondson
On Wed, Feb 17 2016, Daniel Kahn Gillmor wrote: > On Tue 2016-02-09 16:04:20 -0500, Mark Walters wrote: >> I broadly agree, particularly as it will free up f for forwarding a >> thread in search view (which is easy to do on top of >> id:1454931262-21362-1-git-send-email-...@dme.org). > > Being

Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'

2016-02-17 Thread David Bremner
Daniel Kahn Gillmor writes: > Being able to forward a whole thread from emacs would be great. If we > have that available, it would also be nice to bind it to 'F' in the > notmuch-show view. (assuming that people don't have objections about > the different cases doing

Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'

2016-02-17 Thread Daniel Kahn Gillmor
On Tue 2016-02-09 16:04:20 -0500, Mark Walters wrote: > I broadly agree, particularly as it will free up f for forwarding a > thread in search view (which is easy to do on top of > id:1454931262-21362-1-git-send-email-...@dme.org). Being able to forward a whole thread from emacs would be great.

Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'

2016-02-13 Thread David Bremner
Mark Walters writes: > Change the key binding for filter (or "limit") in search-mode. This > gives consistency with the new filter in show-mode, and frees 'f' for > forward-thread in the future. Pushed. It occurs to me this deserves a NEWS entry. d

Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'

2016-02-10 Thread Tomi Ollila
On Tue, Feb 09 2016, Mark Walters wrote: > On Tue, 09 Feb 2016, David Edmondson wrote: >> On Sat, Jun 13 2015, Mark Walters wrote: >>> Change the key binding for filter (or "limit") in search-mode. This >>> gives consistency with the new filter in

Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'

2016-02-09 Thread David Edmondson
On Sat, Jun 13 2015, Mark Walters wrote: > Change the key binding for filter (or "limit") in search-mode. This > gives consistency with the new filter in show-mode, and frees 'f' for > forward-thread in the future. Is there a conclusion on this change? The patch itself seems obviously fine from a

Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'

2016-02-09 Thread Mark Walters
On Tue, 09 Feb 2016, David Edmondson wrote: > On Sat, Jun 13 2015, Mark Walters wrote: >> Change the key binding for filter (or "limit") in search-mode. This >> gives consistency with the new filter in show-mode, and frees 'f' for >> forward-thread in the future. > > Is there a

Re: [PATCH v5 3/3] emacs: Bind filter in search to 'l'

2015-09-07 Thread Tomi Ollila
On Sat, Jun 13 2015, Mark Walters wrote: > Change the key binding for filter (or "limit") in search-mode. This > gives consistency with the new filter in show-mode, and frees 'f' for > forward-thread in the future. > --- > emacs/notmuch.el | 4 ++-- > 1 file changed,

[PATCH v5 3/3] emacs: Bind filter in search to 'l'

2015-06-13 Thread Mark Walters
Change the key binding for filter (or "limit") in search-mode. This gives consistency with the new filter in show-mode, and frees 'f' for forward-thread in the future. --- emacs/notmuch.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el

[PATCH v5 3/3] emacs: Bind filter in search to 'l'

2015-06-13 Thread Mark Walters
Change the key binding for filter (or limit) in search-mode. This gives consistency with the new filter in show-mode, and frees 'f' for forward-thread in the future. --- emacs/notmuch.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el