Rah. Firstpass changes

This commit is contained in:
Karl Cordes 2010-05-13 14:00:40 +10:00
parent b18a57995f
commit c2834276a5

View file

@ -61,7 +61,7 @@ class FirstpassShell extends Shell {
//for($i=1; $i <= $number_of_messages; $i++) {
for($i=1; $i <= 1000; $i++) {
for($i=1; $i <= 200; $i++) {
$this_header = imap_headerinfo($mbox, $i);
$message = $this->getMessage($mbox, $i, $this_header);