Explorar o código

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

Jimmy Conner %!s(int64=20) %!d(string=hai) anos
pai
achega
a894bda5d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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']) &&