]> granicus.if.org Git - neomutt/commit
notmuch: reconstruct thread on-the-fly upon entire-thread and no vfolder 1346/head
authorStefano Zacchiroli <zack@upsilon.cc>
Sun, 23 Sep 2018 07:48:52 +0000 (09:48 +0200)
committerRichard Russon <rich@flatcap.org>
Sun, 7 Oct 2018 15:37:28 +0000 (16:37 +0100)
commitea8ae9bb22b83b141c6403cad45bb822f911994b
treebe46b840650b49d4606f32470e46683e677f705e
parenta1275452e90cc6d0bd3ecaffcc4856797439833a
notmuch: reconstruct thread on-the-fly upon entire-thread and no vfolder

Before this change <entire-thread> worked only if invoked from a virtual
folder.

Now <entire-thread> works also from regular folders, with the following
semantics:

- a notmuch search is done on the fly using as query the message-id of the
  currently selected message

- mutt switches to the query result (a vfolder)

- <entire-thread> is invoked as before, expanding the thread of the original
  message

Closes #1345
curs_main.c