]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
CLI: make gpg binary used by libgmime configurable.
[notmuch] / notmuch-reply.c
index e18370f8579107a84be9e2e515e8f3bfb05ed7d2..d51fdfc360dd58edc1e5358433663273188aa8a9 100644 (file)
@@ -822,6 +822,8 @@ notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[])
        return EXIT_FAILURE;
     }
 
+    params.crypto.gpgpath = notmuch_config_get_crypto_gpg_path (config);
+
     if (notmuch_database_open (notmuch_config_get_database_path (config),
                               NOTMUCH_DATABASE_MODE_READ_ONLY, &notmuch))
        return EXIT_FAILURE;