From efb1e943f7ef2d73f9b5098b2cd000b183a63678 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 13 May 2010 14:02:05 +1000 Subject: [PATCH] Rah. Firstpass changes --- vendors/shells/firstpass.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendors/shells/firstpass.php b/vendors/shells/firstpass.php index b7ae5c14..b459c588 100644 --- a/vendors/shells/firstpass.php +++ b/vendors/shells/firstpass.php @@ -61,7 +61,7 @@ class FirstpassShell extends Shell { //for($i=1; $i <= $number_of_messages; $i++) { - for($i=1; $i <= 200; $i++) { + for($i=1; $i <= 10; $i++) { $this_header = imap_headerinfo($mbox, $i); $message = $this->getMessage($mbox, $i, $this_header);