X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;fp=notmuch-reply.c;h=40201b805369307727507bb2a6a4b206af25d7a8;hp=430c466c013e2cf511b6ce9fc8f201e4a93b81f9;hb=e142de643d3bb4354f70e1490a97b491d1116e95;hpb=8492298a613e8e666d0f3054dadcb98b72a65ae4 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))