X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-client.h;h=a5b3c51836d754594ce67cfa74505770cdf3c0d7;hb=ec4b7efbe4bd6d50bd6046bac5f7ef4ceaa30154;hp=a1d8dfe921126419fd24b32ac114c035cf591190;hpb=77d4b26d3e374afac0012148a8ac0a08158406f1;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index a1d8dfe9..a5b3c518 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -267,7 +267,6 @@ json_quote_str (const void *ctx, const char *str); /* notmuch-config.c */ typedef enum { - NOTMUCH_COMMAND_CONFIG_OPEN = 1 << 0, NOTMUCH_COMMAND_CONFIG_CREATE = 1 << 1, NOTMUCH_COMMAND_DATABASE_EARLY = 1 << 2, NOTMUCH_COMMAND_DATABASE_WRITE = 1 << 3, @@ -278,7 +277,7 @@ typedef enum { notmuch_config_t * notmuch_config_open (notmuch_database_t *notmuch, const char *filename, - notmuch_command_mode_t config_mode); + bool create); void notmuch_config_close (notmuch_config_t *config);