]> git.cworth.org Git - notmuch/commit
CLI: move indexopts variable out of shared options block
authorDavid Bremner <david@tethera.net>
Sat, 12 Jun 2021 13:26:17 +0000 (10:26 -0300)
committerDavid Bremner <david@tethera.net>
Sat, 23 Oct 2021 12:51:50 +0000 (09:51 -0300)
commit2ce6c76a61c907b5d1d508e12255e83d9256937c
treefcb1e35acb341eeaccfdd387fe214b5ba8dab9e6
parentc128c995bc3e7474d4086af7e2066f60f54329b2
CLI: move indexopts variable out of shared options block

This reduces the amount of global state.  Furthermore, index options
can be set (in principle) in several ways, not just in the one
function for processing indexing command line options.
notmuch-client.h
notmuch-insert.c
notmuch-new.c
notmuch-reindex.c
notmuch.c