diff options
author | alecpl <alec@alec.pl> | 2010-12-08 12:52:04 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-12-08 12:52:04 +0000 |
commit | 90f81a6c8de5aecfa36c54cc5260d25ba883aa51 (patch) | |
tree | 474e5e9edbae20f38f928fbe30b8a6cbd465fd2a /program/steps/mail/search.inc | |
parent | 5be0d000ac8431079617e8eda2a9675b1bdbe417 (diff) |
- Better support for READ-ONLY and NOPERM responses handling (#1487083)
- Add confirmation message on purge/expunge commands response
- Fix CLOSE was called on unselected mailbox
Diffstat (limited to 'program/steps/mail/search.inc')
-rw-r--r-- | program/steps/mail/search.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/program/steps/mail/search.inc b/program/steps/mail/search.inc index 90d1c374c..39fb32fc9 100644 --- a/program/steps/mail/search.inc +++ b/program/steps/mail/search.inc @@ -124,8 +124,7 @@ if (!empty($result_h)) { } // handle IMAP errors (e.g. #1486905) else if ($err_code = $IMAP->get_error_code()) { - $err_str = $IMAP->get_error_str(); - $OUTPUT->show_message('servererrormsg', 'error', array('msg' => $err_str)); + rcmail_display_server_error(); } else { $OUTPUT->show_message('searchnomatch', 'notice'); |