X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-client.h;h=fb3021cc37c1aec68a9b2b193b1cea9c011cd200;hb=2e9ecb611a7f698808add756b2ddcbdfcd8b7c8b;hp=c25c4ea888445a11636e849a9a692b9765a445c4;hpb=21ecd7369aa2aa24d26775c3fe5edcb437914774;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index c25c4ea8..fb3021cc 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -278,6 +278,13 @@ void notmuch_config_set_database_path (notmuch_config_t *config, const char *database_path); +const char * +notmuch_config_get_crypto_gpg_path (notmuch_config_t *config); + +void +notmuch_config_set_crypto_gpg_path (notmuch_config_t *config, + const char *gpg_path); + const char * notmuch_config_get_user_name (notmuch_config_t *config);