]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
CLI: set up infrastructure to make path to gpg configurable.
[notmuch] / notmuch-reply.c
index 7c1c80959ed6cee221479353bbb84345a6875055..e18370f8579107a84be9e2e515e8f3bfb05ed7d2 100644 (file)
@@ -769,7 +769,8 @@ notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[])
        .part = -1,
        .crypto = {
            .verify = FALSE,
-           .decrypt = FALSE
+           .decrypt = FALSE,
+           .gpgpath = NULL
        }
     };
     int format = FORMAT_DEFAULT;