program/steps/mail/list.inc
@@ -19,6 +19,10 @@ */ if (!$OUTPUT->ajax_call) { return; } // is there a sort type for this request? if ($sort = get_input_value('_sort', RCUBE_INPUT_GET)) { @@ -68,7 +72,13 @@ // 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');