summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-03 06:25:36 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-03 06:25:36 +0000
commit2385cfb4eed32d97a66c8e65d9bb796c4300e9aa (patch)
tree91b3485f294f2b45a0262f332ca60b02f37146c1 /roundcubemail/program/steps
parent70883306e3851c953dbc8ed0feb30e9e0c57768b (diff)
- show notice instead of warning if search results contains no results (#1485437)
git-svn-id: https://svn.roundcube.net/trunk@1922 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/mail/search.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/search.inc b/roundcubemail/program/steps/mail/search.inc
index 66fcf47a3..44f58b1e1 100644
--- a/roundcubemail/program/steps/mail/search.inc
+++ b/roundcubemail/program/steps/mail/search.inc
@@ -96,7 +96,7 @@ if (is_array($result) && $result[0] != '')
}
else
{
- $OUTPUT->show_message('searchnomatch', 'warning');
+ $OUTPUT->show_message('searchnomatch', 'notice');
$search_request = -1;
}