]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
config: deprecate/drop crypto.gpg_path under gmime 2.6/3.0
[notmuch] / notmuch-reply.c
index 430c466c013e2cf511b6ce9fc8f201e4a93b81f9..40201b805369307727507bb2a6a4b206af25d7a8 100644 (file)
@@ -740,7 +740,9 @@ notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[])
        return EXIT_FAILURE;
     }
 
+#if (GMIME_MAJOR_VERSION < 3)
     params.crypto.gpgpath = notmuch_config_get_crypto_gpg_path (config);
+#endif
 
     if (notmuch_database_open (notmuch_config_get_database_path (config),
                               NOTMUCH_DATABASE_MODE_READ_ONLY, &notmuch))