We don't need v2 features nor scalability to test POP3 stuff.
---
t/pop3d-limit.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/pop3d-limit.t b/t/pop3d-limit.t
index 79e320af..f52c8802 100644
--- a/t/pop3d-limit.t
+++ b/t/pop3d-limit.t
@@ -24,7 +24,7 @@ body $n
EOM
};
-my $ibx = create_inbox 'pop3d-limit', version => 2, -primary_address => $addr,
+my $ibx = create_inbox 'pop3d-limit', -primary_address => $addr,
indexlevel => 'basic', tmpdir => "$tmpdir/ibx", sub {
my ($im, $ibx) = @_;
$add_msg->($im, $_) for (1..3);