]> git.cworth.org Git - notmuch/commit
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)
commitf140bbcb40ac2510189329c11ca8ff20650c9eab
tree849a813a1177f2d621351d6e3e9f04f6c3db11e7
parentf2a85904f16267930271f5b6601099497f93b0f9
notmuch-show.c: add an option for messages to be returned unthreaded

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 = /
notmuch-show.c