]> git.notmuchmail.org Git - notmuch/commit
CLI: add (unused) database argument to subcommands.
authorDavid Bremner <david@tethera.net>
Mon, 21 Dec 2020 12:55:14 +0000 (08:55 -0400)
committerDavid Bremner <david@tethera.net>
Sat, 6 Feb 2021 23:05:19 +0000 (19:05 -0400)
commit319efe21c9d2754c99951cecc71184faf7ca9054
treea7295353f62f3773fec4ca3663c292fc496c5cd0
parent06a64cf0aa2bc3de083d0c317726863ebeed504f
CLI: add (unused) database argument to subcommands.

This will allow transitioning individual subcommands to the new
configuration framework. Eventually when they are all converted we can
remove the notmuch_config_t * argument.

For now, live with the parameter shadowing in some some subcommands;
it will go away when they are converted.
15 files changed:
notmuch-client.h
notmuch-compact.c
notmuch-config.c
notmuch-count.c
notmuch-dump.c
notmuch-insert.c
notmuch-new.c
notmuch-reindex.c
notmuch-reply.c
notmuch-restore.c
notmuch-search.c
notmuch-setup.c
notmuch-show.c
notmuch-tag.c
notmuch.c