diff options
author | alecpl <alec@alec.pl> | 2010-06-09 13:39:48 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-06-09 13:39:48 +0000 |
commit | 172e3346cac526a9bd567328b222549b76b9e3db (patch) | |
tree | 60115c74eceba10e27b0a8ae3436437608df99cb /program/steps/mail/show.inc | |
parent | 40d43b71b088676817f3e783e931efb983943b28 (diff) |
- Added mailboxlist options menu in message page
Diffstat (limited to 'program/steps/mail/show.inc')
-rw-r--r-- | program/steps/mail/show.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index e130ecb76..71cbf7086 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -64,7 +64,7 @@ if ($uid = get_input_value('_uid', RCUBE_INPUT_GET)) { if (!$OUTPUT->ajax_call) $OUTPUT->add_label('checkingmail', 'deletemessage', 'movemessagetotrash', 'movingmessage'); - + // check for unset disposition notification if ($MESSAGE->headers->mdn_to && !$MESSAGE->headers->mdn_sent && !$MESSAGE->headers->seen && @@ -128,6 +128,9 @@ if ($uid = get_input_value('_uid', RCUBE_INPUT_GET)) { $OUTPUT->set_env('next_uid', $next); if ($last > 0) $OUTPUT->set_env('last_uid', $last); + + // Don't need a real messages count value + $OUTPUT->set_env('messagecount', 1); } if (!$MESSAGE->headers->seen && ($RCMAIL->action == 'show' || ($RCMAIL->action == 'preview' && intval($CONFIG['preview_pane_mark_read']) == 0))) |