Re: [PATCH v3 1/7] emacs/tree: return true if a thread was found in next-thread

2019-12-30 Thread David Edmondson
On Saturday, 2019-12-28 at 10:01:18 -05, William Casarin wrote: > This will allow us to pop back to parent buffers when there are no > more threads to jump to. > > Signed-off-by: William Casarin Reviewed-by: David Edmondson > --- > emacs/notmuch-tree.el | 5 - > 1 file changed, 4

Re: [PATCH v3 3/7] emacs/tree: add notmuch-tree-matching-message

2019-12-30 Thread David Edmondson
On Saturday, 2019-12-28 at 10:01:20 -05, William Casarin wrote: > This functions removes some duplicate logic between > notmuch-tree-{next,prev}-matching-message > > We do this because we will be adding some additional logic similar to > the notmuch-show-next-open-message function, and it will

Re: [PATCH v3 4/7] emacs/tree: add kill-both prefix argument to notmuch-tree-quit

2019-12-30 Thread David Edmondson
On Saturday, 2019-12-28 at 10:01:21 -05, William Casarin wrote: > This allows us to close both windows at the same time. > > Signed-off-by: William Casarin Reviewed-by: David Edmondson > --- > emacs/notmuch-tree.el | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git

Re: [PATCH v3 7/7] emacs/tree: add x/X bindings

2019-12-30 Thread David Edmondson
On Saturday, 2019-12-28 at 10:01:24 -05, William Casarin wrote: > Add x and X binds to notmuch-tree for functionally that we have in > notmuch-show. > > The notmuch-tree-quit binding is somewhat redundant, since it is > handled by notmuch-bury-or-kill-this-buffer which is bound to q. > >

Re: [PATCH v3 6/7] emacs/tree: add notmuch-tree-archive-thread-then-exit

2019-12-30 Thread David Edmondson
On Saturday, 2019-12-28 at 10:01:23 -05, William Casarin wrote: > This is the notmuch-tree version of > notmuch-show-archive-thread-then-exit > > Signed-off-by: William Casarin Reviewed-by: David Edmondson > --- > emacs/notmuch-tree.el | 6 ++ > 1 file changed, 6 insertions(+) > > diff

Re: [PATCH v3 5/7] emacs/tree: add notmuch-tree-archive-message-than-next-or-exit

2019-12-30 Thread David Edmondson
On Saturday, 2019-12-28 at 10:01:22 -05, William Casarin wrote: > This is the notmuch-tree version of > notmuch-show-archive-message-than-next-or-exit. > > Signed-off-by: William Casarin Reviewed-by: David Edmondson > --- > emacs/notmuch-tree.el | 30 -- > 1 file

Re: [PATCH v3 2/7] emacs/tree: add notmuch-tree-goto-matching-message

2019-12-30 Thread David Edmondson
On Saturday, 2019-12-28 at 10:01:19 -05, William Casarin wrote: > This function captures some common logic when jumping to matching > messages in notmuch-tree mode. > > We also add a new return value (t or nil), that indicates if there was > a next matching message in the thread to show. > >

Re: filtering headers from forwarded messages

2019-12-30 Thread Teemu Likonen
Daniel Kahn Gillmor [2019-12-20T13:50:03-05] wrote: > In notmuch-emacs, i can manually filter the headers by editing the > reply compose buffer, of course, but it's kind of a pain, and it'd be > nice to have it done automatically for me. > Has anyone else considered this use case, or thought