X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch.c;h=54f46c6828cc13a72d6dec17cc264e50b4e9c231;hb=20f78709faae8fb36c6ebbf81ecfc856a5dcd3c7;hp=8d303a14f6ca2c9a38038af8d5e8a28e98da92d6;hpb=241a88ce2f3c8d76b5a63a202d8455757c0e751e;p=notmuch diff --git a/notmuch.c b/notmuch.c index 8d303a14..54f46c68 100644 --- a/notmuch.c +++ b/notmuch.c @@ -127,7 +127,7 @@ by the notmuch CLI (it requires at least version %d). You may need to\n\ upgrade your notmuch front-end.\n", notmuch_format_version, NOTMUCH_FORMAT_MIN); exit (NOTMUCH_EXIT_FORMAT_TOO_OLD); - } else if (notmuch_format_version != NOTMUCH_FORMAT_CUR) { + } else if (notmuch_format_version < NOTMUCH_FORMAT_MIN_ACTIVE) { /* Warn about old version requests so compatibility issues are * less likely when we drop support for a deprecated format * versions. */