]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/imapd-mbsync-oimap.t
imap: require ".$UID_MIN-$UID_END" suffix
[public-inbox.git] / xt / imapd-mbsync-oimap.t
index d2237a24bef96c73c0f34d4e635d3c4260cd086e..b2cb8737f82264bcd2d8e30a68f465c605236850 100644 (file)
@@ -13,12 +13,13 @@ my $inboxdir = $ENV{GIANT_INBOX_DIR};
 plan skip_all => "bad characters in $inboxdir" if $inboxdir =~ m![^\w\.\-/]!;
 my ($tmpdir, $for_destroy) = tmpdir();
 my $cfg = "$tmpdir/cfg";
-my $mailbox = 'inbox.test';
+my $newsgroup = 'inbox.test';
+my $mailbox = "$newsgroup.1-50000";
 {
        open my $fh, '>', $cfg or BAIL_OUT "open: $!";
        print $fh <<EOF or BAIL_OUT "print: $!";
 [publicinbox "test"]
-       newsgroup = $mailbox
+       newsgroup = $newsgroup
        address = oimap\@example.com
        inboxdir = $inboxdir
 EOF