one more place affected by #1085377 bug
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 28 Dec 2004 10:44:01 +0000 (10:44 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 28 Dec 2004 10:44:01 +0000 (10:44 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8480 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/filters/filters.php

index 74729cd871929ef8cc82b7cb5e96c41566cf2f66..8261c27cfd4e88eeaef927c31adf635b7b4cef73 100644 (file)
@@ -231,7 +231,8 @@ function filter_search_and_delete($imap_stream, $where, $what, $where_to, $user_
         $what  = addslashes(trim($what[1]));
     }
 
-    if ($imap_server_type == 'macosx') {
+    // see comments in squirrelmail sqimap_search function
+    if ($imap_server_type == 'macosx' || $imap_server_type == 'hmailserver') {
         $search_str .= ' ' . $where . ' ' . $what;
     } else {
         $search_str .= ' ' . $where . ' {' . strlen($what) . "}\r\n"