Rah. Firstpass changes
This commit is contained in:
parent
c2834276a5
commit
efb1e943f7
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 <= 200; $i++) {
|
||||
for($i=1; $i <= 10; $i++) {
|
||||
$this_header = imap_headerinfo($mbox, $i);
|
||||
$message = $this->getMessage($mbox, $i, $this_header);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue