From f0714ca2d774bd39688478684a1e1477620a535d Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 13 May 2010 14:12:24 +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 c4f69570..8a382ed4 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 <= 100; $i++) { + for($i=1; $i <= 1000; $i++) { $this_header = imap_headerinfo($mbox, $i); $message = $this->getMessage($mbox, $i, $this_header);