소스 검색

Yipes... a bugfix.

graf25 23 년 전
부모
커밋
58f1932182
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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