From: cigamit Date: Tue, 22 Mar 2005 19:58:55 +0000 (+0000) Subject: Changing "NOT DELETED" to "UNDELETED" per Seth and Marc's suggestion. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=86e6d79fb3809199f6ec5474ccb1940ff44c64a4;p=squirrelmail.git Changing "NOT DELETED" to "UNDELETED" per Seth and Marc's suggestion. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9128 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/filters/filters.php b/plugins/filters/filters.php index 98935f3b..51823f0d 100644 --- a/plugins/filters/filters.php +++ b/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']) &&