X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-dump.c;h=fc06f3f9a5625581432a4d3956b6cdcc8da411ec;hp=86570d09070d26474210f5c62f4481b3fd5e7f8c;hb=637f99d8f3f45867d0a856503f9f302333824c07;hpb=f379aa52845f5594aa6cc2e7cf131d5f57202bbf diff --git a/notmuch-dump.c b/notmuch-dump.c index 86570d09..fc06f3f9 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -36,7 +36,7 @@ notmuch_dump_command (unused (void *ctx), int argc, char *argv[]) return 1; notmuch = notmuch_database_open (notmuch_config_get_database_path (config), - NOTMUCH_DATABASE_MODE_READONLY); + NOTMUCH_DATABASE_MODE_READ_ONLY); if (notmuch == NULL) return 1;