X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-client.h;h=7911c20cc5001be57ffd67b515cf012411c7fd92;hb=b76da87d29b6c9714e3d62fd8d459733df084f92;hp=704586294c17fe8ed4cf3fb0151f62599b7e342b;hpb=eef21c284742fa5ae14d7d352acc3a4dc98821ce;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index 70458629..7911c20c 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -272,10 +272,11 @@ typedef enum { NOTMUCH_COMMAND_DATABASE_EARLY = 1 << 2, NOTMUCH_COMMAND_DATABASE_WRITE = 1 << 3, NOTMUCH_COMMAND_DATABASE_CREATE = 1 << 4, + NOTMUCH_COMMAND_CONFIG_LOAD = 1 << 5, } notmuch_command_mode_t; notmuch_config_t * -notmuch_config_open (void *ctx, +notmuch_config_open (notmuch_database_t *notmuch, const char *filename, notmuch_command_mode_t config_mode);