]> git.cworth.org Git - notmuch/commit
CLI: make gpg binary used by libgmime configurable.
authorDavid Bremner <david@tethera.net>
Tue, 9 Dec 2014 20:01:11 +0000 (21:01 +0100)
committerDavid Bremner <david@tethera.net>
Wed, 11 Mar 2015 07:04:00 +0000 (08:04 +0100)
commitc883e632bf0a3692fa4ca7aa77604e0e60820295
treec6ce8a5052663308d36f95b7f7b836af6be4ed4d
parent21ecd7369aa2aa24d26775c3fe5edcb437914774
CLI: make gpg binary used by libgmime configurable.

Previously we set up a way for the top level notmuch command to choose
which gpg binary was invoked by libgmime. In this commit we add the
(mostly boilerplate) code to allow the notmuch-config command to read
and write this path, and use it in the appropriate struct.

Update tests for new default variable
doc/man1/notmuch-config.rst
notmuch-client.h
notmuch-config.c
notmuch-reply.c
notmuch-show.c
test/T030-config.sh
test/T040-setup.sh