From 7596f0dad77633276468912e74e3c41f4375e90c Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 13 May 2010 17:14:17 +1000 Subject: [PATCH] Changed firstpass to delete individual emails --- vendors/shells/firstpass.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vendors/shells/firstpass.php b/vendors/shells/firstpass.php index 8599db01..2f8438be 100644 --- a/vendors/shells/firstpass.php +++ b/vendors/shells/firstpass.php @@ -60,8 +60,8 @@ class FirstpassShell extends Shell { - //for($i=1; $i <= $number_of_messages; $i++) { - for($i=1; $i <= 500; $i++) { + for($i=1; $i <= $number_of_messages; $i++) { + // for($i=1; $i <= 500; $i++) { $this_header = imap_headerinfo($mbox, $i); $message = $this->getMessage($mbox, $i, $this_header);