]> git.notmuchmail.org Git - notmuch/commit
cli/show: convert keyword options to booleans
authorDavid Bremner <david@tethera.net>
Sat, 1 Jul 2017 15:18:43 +0000 (12:18 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 12 Jul 2017 20:42:23 +0000 (17:42 -0300)
commit15815d4e4c95e87f0bcabcaeb2577237609a6946
tree4a98e5f67978f6b48b152b2906b03547aa740496
parent37d1fa5672133a4deb0efa631a21eeeb50a7c1a1
cli/show: convert keyword options to booleans

There are two keyword options here that impliment boolean options. It
is simpler to use the built-in boolean argument handling, and also
more robust against divergence in parsing boolean and keyword arguments.
notmuch-show.c