]> git.cworth.org Git - notmuch/blobdiff - notmuch-client.h
CLI/config: migrate notmuch_config_open to new config
[notmuch] / notmuch-client.h
index 704586294c17fe8ed4cf3fb0151f62599b7e342b..7911c20cc5001be57ffd67b515cf012411c7fd92 100644 (file)
@@ -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);