summaryrefslogtreecommitdiffstats
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2014-12-09 21:01:10 +0100
committerDavid Bremner <david@tethera.net>2015-03-09 08:19:28 +0100
commit21ecd7369aa2aa24d26775c3fe5edcb437914774 (patch)
treee1d51dce1315b1482d7c3d8aba0e8b125fac5117 /notmuch-client.h
parentaed5ec4350809aef34ae8290f8eda2069444b171 (diff)
CLI: set up infrastructure to make path to gpg configurable.
GMIME takes a path to gpg, but we hardcode that path. In this commit we set up argument passing and option storage to allow this path to specified in the top level notmuch command.
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/notmuch-client.h b/notmuch-client.h
index 5e0d4750..c25c4ea8 100644
--- a/notmuch-client.h
+++ b/notmuch-client.h
@@ -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 {