]> git.cworth.org Git - notmuch/commitdiff
emacs/tree use notmuch-show-single-message
authorDavid Bremner <david@tethera.net>
Sat, 26 Jun 2021 12:04:28 +0000 (09:04 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 27 Jun 2021 17:41:23 +0000 (14:41 -0300)
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. It is however enough to make unthreaded view handle long
threads.


No differences found