X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=07367e014ccacda58d9cf88ae69ac611d7dc8973;hp=d7b352e83446e85e97c76578e0314f139b547842;hb=ca3a4fc02287f65c3587908012d36e68df0200b1;hpb=1c6195b9e35e511e115f94b45d97aa58ee41b307 diff --git a/notmuch-client.h b/notmuch-client.h index d7b352e8..07367e01 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -58,7 +58,7 @@ typedef GMimeCipherContext notmuch_crypto_context_t; #include #include -#include +#include "talloc-extra.h" #define unused(x) x __attribute__ ((unused)) @@ -256,6 +256,9 @@ notmuch_config_close (notmuch_config_t *config); int notmuch_config_save (notmuch_config_t *config); +notmuch_bool_t +notmuch_config_is_new (notmuch_config_t *config); + const char * notmuch_config_get_database_path (notmuch_config_t *config);