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);