Browse Source

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

Jimmy Conner 20 years ago
parent
commit
a894bda5d6
1 changed files with 1 additions and 1 deletions
  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 {
     } else {
         $category = 'ALL';
         $category = 'ALL';
     }
     }
-    $category .= ' NOT DELETED';
+    $category .= ' UNDELETED';
 
 
     if ($allow_charset_search &&
     if ($allow_charset_search &&
         isset($languages[$squirrelmail_language]['CHARSET']) &&
         isset($languages[$squirrelmail_language]['CHARSET']) &&