]> git.cworth.org Git - notmuch/blobdiff - notmuch-client.h
cli/new: convert to new config framework
[notmuch] / notmuch-client.h
index e8fb032312db0ef1d1e3f319a34070d43d35bfb1..9e09c36a55c607f6c43cbf90b0afc2b5c34d2457 100644 (file)
@@ -257,6 +257,7 @@ typedef enum {
     NOTMUCH_COMMAND_CONFIG_CREATE      = 1 << 1,
     NOTMUCH_COMMAND_DATABASE_EARLY     = 1 << 2,
     NOTMUCH_COMMAND_DATABASE_WRITE     = 1 << 3,
+    NOTMUCH_COMMAND_DATABASE_CREATE    = 1 << 4,
 } notmuch_command_mode_t;
 
 notmuch_config_t *
@@ -334,6 +335,8 @@ void
 notmuch_config_set_search_exclude_tags (notmuch_config_t *config,
                                        const char *list[],
                                        size_t length);
+const char *
+_notmuch_config_get_path (notmuch_config_t *config);
 
 int
 notmuch_run_hook (const char *db_path, const char *hook);