[imp] Search.php changed -- breaks filter on Spam Header
Michael M Slusarz
slusarz at bigworm.colorado.edu
Thu Feb 13 14:01:23 PST 2003
Quoting Dan Wilson <dan at acucore.com>:
| Nope... but this appears to fix it:
|
| [dan at kamino dev_horde]$ cvs diff imp/lib/Search.php
| Index: imp/lib/Search.php
| ===================================================================
| RCS file: /repository/imp/lib/Search.php,v
| retrieving revision 1.20
| diff -r1.20 Search.php
| 278c278
| < if (!isset($headers[$mailbox])) {
| ---
| > if (!isset($headers[$mbox])) {
| 288c288
| < foreach ($result as $index) {
| ---
| > foreach ($result[$mbox] as $index) {
|
Committed. Thanks!
michael
______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder
More information about the imp
mailing list