]> git.notmuchmail.org Git - notmuch/commit
cli/show: group --entire-thread option handling into one place
authorJani Nikula <jani@nikula.org>
Fri, 6 Jan 2017 20:14:47 +0000 (22:14 +0200)
committerDavid Bremner <david@tethera.net>
Fri, 10 Mar 2017 11:52:29 +0000 (07:52 -0400)
commitf2160ae5404a740ee9afd76c33588389da4036f9
treee3bc21a64e9c0ad15724a68da0786678533d6b20
parent16f05079622586f51514228796de6bf2869cc1e2
cli/show: group --entire-thread option handling into one place

The --entire-thread option handling is split around, making the logic
harder to follow than necessary. Put it in one place. While at it,
make the true/false values match notmuch_bool_t values for
simplicity. No functional changes.
notmuch-show.c