X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-reply.c;h=40201b805369307727507bb2a6a4b206af25d7a8;hb=8e69663a8b4b9d1cce4faf7b55514ec3efe2499e;hp=430c466c013e2cf511b6ce9fc8f201e4a93b81f9;hpb=4ce7591610444a1c5ef6f56b57af8e180437fa62;p=notmuch diff --git a/notmuch-reply.c b/notmuch-reply.c index 430c466c..40201b80 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -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, ¬much))