Yipes... a bugfix.
authorgraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 5 Apr 2002 04:51:57 +0000 (04:51 +0000)
committergraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 5 Apr 2002 04:51:57 +0000 (04:51 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2682 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/filters/filters.php

index a16637fccf8bc68006d44afb3114372f27929d56..887d2c87d1995b98dc2bdff2d9d9863c5c1a786c 100644 (file)
@@ -335,7 +335,7 @@ function filter_search_and_delete($imap, $where, $what, $where_to) {
     }
     $search_str .= $where . ' {' . strlen($what) . "}\r\n" . $what . "\r\n";
     
-    fputs ($imap, $search_str);
+    fputs ($imap, "a001 $search_str");
     $read = filters_sqimap_read_data ($imap, 'a001', true, $response, $message);
 
     // This may have problems with EIMS due to it being goofy