Re: [PATCH 3/3] emacs/tree use notmuch-show-single-message

2021-06-27 Thread David Bremner
David Bremner writes: > This is more efficient than notmuch-show-only-matching-messages, since > we do not parse the potentially large thread structure to find a > single message. > > This is only a partial fix for notmuch-tree view, because displaying > the thread structure in the tree-mode

[PATCH 3/3] emacs/tree use notmuch-show-single-message

2021-06-26 Thread David Bremner
This is more efficient than notmuch-show-only-matching-messages, since we do not parse the potentially large thread structure to find a single message. This is only a partial fix for notmuch-tree view, because displaying the thread structure in the tree-mode window still crashes on long threads.

[PATCH 3/3] emacs/tree use notmuch-show-single-message

2021-06-03 Thread David Bremner
This is more efficient that notmuch-show-only-matching-messages, since we do not parse the potentially large thread structure to find a single message. This is only a partial fix for notmuch-tree view, because displaying the thread structure in the tree-mode window still crashes on long threads.