X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-reply.c;h=974df401a5e59af5487dd5ff205160f757a7ccf4;hb=096d45a878ba9606f1677f66d346b14c3c274fa5;hp=cd1b602b10dade4132d932b527e5784af4a3393f;hpb=570349e132da5e19b36a004e633b870cec810170;p=notmuch diff --git a/notmuch-reply.c b/notmuch-reply.c index cd1b602b..974df401 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -748,10 +748,6 @@ 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)) return EXIT_FAILURE;