]> git.notmuchmail.org Git - notmuch/commit - notmuch-config.c
Drop deprecated/unused crypto.gpg_path
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Tue, 18 Feb 2020 22:42:57 +0000 (17:42 -0500)
committerDavid Bremner <david@tethera.net>
Wed, 19 Feb 2020 12:17:49 +0000 (08:17 -0400)
commit018ad3703ba46ea603854f51f8ff5ae86183cca0
treeba222126fa49ff27af684664bcdf5954e6c0c4cc
parentc17fca40e2bc5514863d98807aaed318f144fd1a
Drop deprecated/unused crypto.gpg_path

crypto.gpg_path was only used when we built against gmime versions
before 3.0.  Since we now depend on gmime 3.0.3 or later, it is
meaningless.

The removal of the field from the _notmuch_config struct would be an
ABI change if that struct were externally exposed, but it is not, so
it's safe to unilaterally remove it.

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
bindings/python-cffi/tests/conftest.py
doc/man1/notmuch-config.rst
notmuch-config.c