]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
CLI: set up infrastructure to make path to gpg configurable.
[notmuch] / notmuch-client.h
index e1efbe0c82520e1fc186c40f4a1eb3b9ef2634b3..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 {
@@ -198,6 +199,9 @@ notmuch_restore_command (notmuch_config_t *config, int argc, char *argv[]);
 int
 notmuch_search_command (notmuch_config_t *config, int argc, char *argv[]);
 
+int
+notmuch_address_command (notmuch_config_t *config, int argc, char *argv[]);
+
 int
 notmuch_setup_command (notmuch_config_t *config, int argc, char *argv[]);