]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/imapd-validate.t
imap: omit $UID_END from mailbox name, use index
[public-inbox.git] / xt / imapd-validate.t
index b7b66d0583f49869ca94785e072505f02fb9050b..aeeb43b9b40f2de330286349830929a8154d30e2 100644 (file)
@@ -39,7 +39,7 @@ if (($ENV{IMAP_TEST_URL} // '') =~ m!\Aimap://([^/]+)/(.+)\z!) {
 } else {
        require_mods(qw(DBD::SQLite));
        $make_local_server->();
-       $mailbox = "$newsgroup.1-50000";
+       $mailbox = "$newsgroup.0";
 }
 
 my %opts = (imap => \%OPT, 'imap+compress' => { %OPT, Compress => 1 });