]> git.notmuchmail.org Git - notmuch/commit
CLI: pass --config to external commands via NOTMUCH_CONFIG.
authorDavid Bremner <david@tethera.net>
Tue, 31 May 2022 11:50:59 +0000 (08:50 -0300)
committerDavid Bremner <david@tethera.net>
Mon, 13 Jun 2022 10:28:05 +0000 (07:28 -0300)
commit5cbddf7e7a96a801e5ad3482b2636aff375a0821
tree4e32d856d1d70734a9f3f9d4f26abe327bb7695e
parenteaa5199f5bf761d3b57f7ed22e125e716446a1cb
CLI: pass --config to external commands via NOTMUCH_CONFIG.

This makes `notmuch --config foo external-subcommand` work
consistently with the built in subcommands.
notmuch.c
test/T405-external.sh