Changing "NOT DELETED" to "UNDELETED" per Seth and Marc's suggestion.
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 22 Mar 2005 19:58:55 +0000 (19:58 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 22 Mar 2005 19:58:55 +0000 (19:58 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9128 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/filters/filters.php

index 98935f3b6861835df65f3f6565ac2554a1ce5032..51823f0d7e262fb2bce788d30113391971ac159d 100644 (file)
@@ -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']) &&