Pārlūkot izejas kodu

Yipes... a bugfix.

graf25 23 gadi atpakaļ
vecāks
revīzija
58f1932182
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      plugins/filters/filters.php

+ 1 - 1
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