]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-show.c
config: deprecate/drop crypto.gpg_path under gmime 2.6/3.0
[notmuch] / notmuch-show.c
index f8f1d0f1c85ac36c2377f526d6a9245353213bf8..74e77249d123816257388d3a993811f37fba682b 100644 (file)
@@ -1183,7 +1183,9 @@ notmuch_show_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))