Rah. Firstpass changes

This commit is contained in:
Karl Cordes 2010-05-13 14:12:24 +10:00
parent 7db71026ab
commit f0714ca2d7

View file

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