diff options
Diffstat (limited to 'program/steps/mail/list.inc')
-rw-r--r-- | program/steps/mail/list.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc index 2078262eb..5cc2a574d 100644 --- a/program/steps/mail/list.inc +++ b/program/steps/mail/list.inc @@ -68,7 +68,13 @@ $OUTPUT->command('set_mailboxname', rcmail_get_mailbox_name_text()); // add message rows if (isset($a_headers) && count($a_headers)) +{ rcmail_js_message_list($a_headers); + if ($search_request) + $OUTPUT->show_message('searchsuccessful', 'confirmation', array('nr' => $count)); +} +else if ($search_request) + $OUTPUT->show_message('searchnomatch', 'notice'); else $OUTPUT->show_message('nomessagesfound', 'notice'); |