From 86e6d79fb3809199f6ec5474ccb1940ff44c64a4 Mon Sep 17 00:00:00 2001 From: cigamit Date: Tue, 22 Mar 2005 19:58:55 +0000 Subject: [PATCH] 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 --- plugins/filters/filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) && -- 2.25.1