]> git.cworth.org Git - notmuch/commit
config: deprecate/drop crypto.gpg_path under gmime 2.6/3.0
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Fri, 14 Jul 2017 13:12:00 +0000 (15:12 +0200)
committerDavid Bremner <david@tethera.net>
Sat, 15 Jul 2017 00:23:52 +0000 (21:23 -0300)
commite142de643d3bb4354f70e1490a97b491d1116e95
treecb192df604b692bc415584c2c66e993efa6a7864
parent8492298a613e8e666d0f3054dadcb98b72a65ae4
config: deprecate/drop crypto.gpg_path under gmime 2.6/3.0

gmime 3.0 no longer offers a means to set the path for gpg.

Users can set $PATH anyway if they want to pick a
differently-installed gpg (e.g. /usr/local/bin/gpg), so this isn't
much of a reduction in functionality.

The one main difference is for people who have tried to use "gpg2" to
make use of gpg 2.1, but that isn't usefully co-installable anyway.
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