X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-tag.c;h=e2311f61584ebb47557589cd50477ae483b612c3;hp=75d464f20980d7ece09cd25cbec7c0b10582a355;hb=637f99d8f3f45867d0a856503f9f302333824c07;hpb=f379aa52845f5594aa6cc2e7cf131d5f57202bbf diff --git a/notmuch-tag.c b/notmuch-tag.c index 75d464f2..e2311f61 100644 --- a/notmuch-tag.c +++ b/notmuch-tag.c @@ -95,7 +95,7 @@ notmuch_tag_command (void *ctx, unused (int argc), unused (char *argv[])) return 1; notmuch = notmuch_database_open (notmuch_config_get_database_path (config), - NOTMUCH_DATABASE_MODE_WRITABLE); + NOTMUCH_DATABASE_MODE_READ_WRITE); if (notmuch == NULL) return 1;