From 7db71026abbcad8c330f4544b879b3c939ebabff Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 13 May 2010 14:05:19 +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 50818cd9..c4f69570 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 <= 10; $i++) { + for($i=1; $i <= 100; $i++) { $this_header = imap_headerinfo($mbox, $i); $message = $this->getMessage($mbox, $i, $this_header);