X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=d727f302d2f09324dc5dc7d30681d6dc0fb236ef;hp=a764e4438e678739a670625a42bb2de4a6a2a99b;hb=637f99d8f3f45867d0a856503f9f302333824c07;hpb=f379aa52845f5594aa6cc2e7cf131d5f57202bbf diff --git a/notmuch-show.c b/notmuch-show.c index a764e443..d727f302 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -221,7 +221,7 @@ notmuch_show_command (void *ctx, unused (int argc), unused (char *argv[])) } notmuch = notmuch_database_open (notmuch_config_get_database_path (config), - NOTMUCH_DATABASE_MODE_READONLY); + NOTMUCH_DATABASE_MODE_READ_ONLY); if (notmuch == NULL) return 1;