]> git.cworth.org Git - notmuch/commitdiff
notmuch-show.c: add an option for messages to be returned unthreaded
authorMark Walters <markwalters1009@gmail.com>
Thu, 27 Feb 2020 17:16:47 +0000 (17:16 +0000)
committerDavid Bremner <david@tethera.net>
Fri, 20 Mar 2020 01:05:47 +0000 (22:05 -0300)
This adds a --unthreaded option to notmuch show to tell it to return
the matching messages in an unthreaded order (so just by date).

To make it easier for users, in particular for notmuch-tree.el, we
output each message with the same "nesting" as if it were an entire
thread in its own right.

amended by db: s/status= /status = /


No differences found