From 58235ee5b3388f5c7f6329bf925dd37c9a969f55 Mon Sep 17 00:00:00 2001 From: graf25 Date: Fri, 5 Apr 2002 04:51:57 +0000 Subject: [PATCH] Yipes... a bugfix. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2682 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/filters/filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filters/filters.php b/plugins/filters/filters.php index a16637fc..887d2c87 100644 --- a/plugins/filters/filters.php +++ b/plugins/filters/filters.php @@ -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 -- 2.25.1