]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
CLI: set up infrastructure to make path to gpg configurable.
[notmuch] / notmuch-client.h
index 5e0d47508c6af495c4c5097a29e9d5b5cc72742b..c25c4ea888445a11636e849a9a692b9765a445c4 100644 (file)
@@ -80,6 +80,7 @@ typedef struct notmuch_crypto {
     notmuch_crypto_context_t* gpgctx;
     notmuch_bool_t verify;
     notmuch_bool_t decrypt;
+    const char *gpgpath;
 } notmuch_crypto_t;
 
 typedef struct notmuch_show_params {