Rah. Firstpass changes
This commit is contained in:
parent
f0714ca2d7
commit
da2cc3c6f2
2
vendors/shells/firstpass.php
vendored
2
vendors/shells/firstpass.php
vendored
|
|
@ -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 <= 500; $i++) {
|
||||
$this_header = imap_headerinfo($mbox, $i);
|
||||
$message = $this->getMessage($mbox, $i, $this_header);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue