Re: show a single message in a huge thread

2021-06-01 Thread Alan Schmitt
Hello, On 2021-05-28 16:16, Alan Schmitt writes: > Thank you for the suggestion. Here is what I did: > - run the search > - execute notmuch-tree-from-search-current-query > - hit RET on a message deep in the thread > - I get this error > > Debugger entered--Lisp error: (error "Lisp nesting

[PATCH] emacs: remap send-message and send-message-and-exit

2021-06-01 Thread edef
All three of C-c C-c, , and are bound to message-send-and-exit by message.el, but notmuch-mua.el only had an explicit override for the keyboard binding. This mostly manifests as confusing Fcc behaviour for GUI users. Patching the bindings for specific keys is rather brittle, since it has to

Re: show a single message in a huge thread

2021-06-01 Thread David Bremner
Alan Schmitt writes: > Hello, > > On 2021-05-28 16:16, Alan Schmitt writes: > >> Thank you for the suggestion. Here is what I did: >> - run the search >> - execute notmuch-tree-from-search-current-query >> - hit RET on a message deep in the thread >> - I get this error >> >> Debugger

Re: show a single message in a huge thread

2021-06-01 Thread Jameson Graef Rollins
On Tue, Jun 01 2021, David Bremner wrote: > Alan Schmitt writes: > >> Hello, >> >> On 2021-05-28 16:16, Alan Schmitt writes: >> >>> Thank you for the suggestion. Here is what I did: >>> - run the search >>> - execute notmuch-tree-from-search-current-query >>> - hit RET on a message deep in the