]> git.cworth.org Git - notmuch/commitdiff
CLI: make variable n_requested_db_uuid file scope.
authorDavid Bremner <david@tethera.net>
Tue, 24 Aug 2021 15:17:10 +0000 (08:17 -0700)
committerDavid Bremner <david@tethera.net>
Sun, 5 Sep 2021 00:07:19 +0000 (17:07 -0700)
It turns out that now that we pass an open database into the
subcommands, it is easy to check any requested uuid against the
database at the same time as we process the other shared
arguments. This results in overall less boilerplate code, as well as
making a CLI scope function and variable file scope in notmuch.c.


No differences found