Re: [PATCH] emacs/tree: add notmuch-tree-filter

2020-05-31 Thread William Casarin
Tomi Ollila writes: > On Sat, Apr 25 2020, William Casarin wrote: > >> This implements the notmuch-tree version of notmuch-show-filter-thread >> and binds it to the L key. > > No reasoning in commit message why 'L' is chosen... oh right this should probably be `l`. I think I thought it was L

Re: [PATCH] emacs/tree: add notmuch-tree-filter

2020-05-31 Thread Tomi Ollila
On Sat, Apr 25 2020, William Casarin wrote: > This implements the notmuch-tree version of notmuch-show-filter-thread > and binds it to the L key. No reasoning in commit message why 'L' is chosen... Tomi > > Signed-off-by: William Casarin > --- > emacs/notmuch-tree.el | 9 + > 1 file

[PATCH] emacs/tree: add notmuch-tree-filter

2020-04-25 Thread William Casarin
This implements the notmuch-tree version of notmuch-show-filter-thread and binds it to the L key. Signed-off-by: William Casarin --- emacs/notmuch-tree.el | 9 + 1 file changed, 9 insertions(+) diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index e5c23de2..8f7738d7 100644