]> git.cworth.org Git - notmuch/blobdiff - notmuch-tag.c
Permit opening the notmuch database in read-only mode.
[notmuch] / notmuch-tag.c
index 12ab86c58d8429229b27a870ec98962ea1e70304..75d464f20980d7ece09cd25cbec7c0b10582a355 100644 (file)
@@ -94,7 +94,8 @@ notmuch_tag_command (void *ctx, unused (int argc), unused (char *argv[]))
     if (config == NULL)
        return 1;
 
-    notmuch = notmuch_database_open (notmuch_config_get_database_path (config));
+    notmuch = notmuch_database_open (notmuch_config_get_database_path (config),
+                                    NOTMUCH_DATABASE_MODE_WRITABLE);
     if (notmuch == NULL)
        return 1;