浏览代码

Changing "NOT DELETED" to "UNDELETED" per Seth and Marc's suggestion.

Jimmy Conner 20 年之前
父节点
当前提交
a894bda5d6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/filters/filters.php

+ 1 - 1
plugins/filters/filters.php

@@ -285,7 +285,7 @@ function filter_search_and_delete($imap_stream, $where, $what, $where_to, $user_
     } else {
         $category = 'ALL';
     }
-    $category .= ' NOT DELETED';
+    $category .= ' UNDELETED';
 
     if ($allow_charset_search &&
         isset($languages[$squirrelmail_language]['CHARSET']) &&