diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2020-02-18 17:42:57 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-02-19 08:17:49 -0400 |
| commit | 018ad3703ba46ea603854f51f8ff5ae86183cca0 (patch) | |
| tree | ba222126fa49ff27af684664bcdf5954e6c0c4cc /notmuch-config.c | |
| parent | c17fca40e2bc5514863d98807aaed318f144fd1a (diff) | |
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>
Diffstat (limited to 'notmuch-config.c')
| -rw-r--r-- | notmuch-config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/notmuch-config.c b/notmuch-config.c index 1b079e85..19c2ddb3 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -119,7 +119,6 @@ struct _notmuch_config { bool is_new; char *database_path; - char *crypto_gpg_path; char *user_name; char *user_primary_email; const char **user_other_email; |
