diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-04 07:41:06 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-11-04 07:41:06 +0000 |
| commit | 8a7855ca079b26929a28ae41053955932df598cd (patch) | |
| tree | a4c2a8976e7977d9289f2d9e7c81231228965c65 /roundcubemail/program/steps/mail | |
| parent | 9fb728cd65e365c6f57f2f985cba41b095ddc6c9 (diff) | |
- Don't show confirmation message when marking message as read using delay (preview_pane_mark_read>0)
git-svn-id: https://svn.roundcube.net/trunk@4174 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
| -rw-r--r-- | roundcubemail/program/steps/mail/mark.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/mark.inc b/roundcubemail/program/steps/mail/mark.inc index 467548161..5411e3f46 100644 --- a/roundcubemail/program/steps/mail/mark.inc +++ b/roundcubemail/program/steps/mail/mark.inc @@ -51,7 +51,7 @@ if (($uids = get_input_value('_uid', RCUBE_INPUT_POST)) && ($flag = get_input_va $OUTPUT->send(); exit; } - else { + else if (empty($_POST['_quiet'])) { $OUTPUT->show_message('messagemarked', 'confirmation'); } |
