[imp] filter is not functioning in CVS :)

Michael Cochrane mike@graftonhall.co.nz
Thu, 1 Aug 2002 06:54:59 +0100


This fixes everything for me:

- Mike :-)

Index: imp/lib/Filter.php
===================================================================
RCS file: /httpd/horde/imp/lib/Filter.php,v
retrieving revision 1.18
diff -I$Horde -I$Revision -I$Date -u -r1.18 Filter.php
--- imp/lib/Filter.php	2002/07/31 19:29:27	1.18
+++ imp/lib/Filter.php	2002/08/01 05:52:47
@@ -271,7 +271,7 @@
         if (!array_diff($fields, array_keys($this->_filterLabels))) {
             /* We will use imap_search() to search the headers. */
             $useSearch = true;
-            $query = 'UNDELETED OR';
+            $query = 'UNDELETED';
             foreach ($fields as $field) {
                 $query .= ' ' . strtoupper($field) . ' "' . $text . '"';
             }


Quoting Michael M Slusarz <slusarz@bigworm.colorado.edu>:

> Quoting Wilmer Geovanny <geov@tacteam.de>:
> 
> | No message error could I get
> 
> Which filters are not being applied?  I have several filters that are 
> working on my setup so the entire system is not broken.
> 
> michael
> 
> ______________________________________________
> Michael Slusarz [slusarz@bigworm.colorado.edu]
> The University of Colorado at Boulder
> 
> -- 
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org


-- 

If a man does not keep pace with his companions, perhaps it is because he hears
a different drummer. Let him step to the music he hears, however measured or far
away. Unless his problem is simply a poor sense of rhythm.
signature from Siglets.com

-------------------------------------------------------------------------
This mail sent from Mike's CVS HEAD install of IMP: http://horde.org/imp/