diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2019-05-02 09:19:36 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-05-03 06:55:04 -0300 |
| commit | 096d45a878ba9606f1677f66d346b14c3c274fa5 (patch) | |
| tree | 16a875121b5354ba37c5667d37ec06f4254085b4 /notmuch-client.h | |
| parent | 35e21bfb6f5fa4a0b61a71860e1f7f04d9e3e274 (diff) | |
gmime-cleanup: remove obsolete gpg_path configuration option and crypto contexts
Note that we do keep ignoring the gpg_path configuration option,
though, to avoid breakage of existing installations. It is ignored
like any other unknown configuration option, but we at least document
that it is ignored so that people who find it in their legacy configs
can know that it's safe to drop.
signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'notmuch-client.h')
| -rw-r--r-- | notmuch-client.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/notmuch-client.h b/notmuch-client.h index 6c84ecc0..fba28242 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -276,15 +276,6 @@ void notmuch_config_set_database_path (notmuch_config_t *config, const char *database_path); -#if (GMIME_MAJOR_VERSION < 3) -const char * -notmuch_config_get_crypto_gpg_path (notmuch_config_t *config); - -void -notmuch_config_set_crypto_gpg_path (notmuch_config_t *config, - const char *gpg_path); -#endif - const char * notmuch_config_get_user_name (notmuch_config_t *config); |
