Changeset 11ea2ac in github
- Timestamp:
- Sep 8, 2009 4:04:17 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- e8d8b6f
- Parents:
- b48d9bf
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/show.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
rb48d9bf r11ea2ac 2 2 =========================== 3 3 4 - Fix delete in message view deletes permanently with flag_for_deletion=true (#1486101) 4 5 - Use faster/secure mt_rand() (#1486094) 5 6 - Fix roundcube hangs on empty inbox with bincimapd (#1486093) -
program/steps/mail/show.inc
re54bb72 r11ea2ac 75 75 $OUTPUT->set_env('permaurl', rcmail_url('show', array('_uid' => $MESSAGE->uid, '_mbox' => $mbox_name))); 76 76 $OUTPUT->set_env('mailbox', $mbox_name); 77 77 78 if ($CONFIG['trash_mbox']) 78 79 $OUTPUT->set_env('trash_mailbox', $CONFIG['trash_mbox']); 80 if ($CONFIG['flag_for_deletion']) 81 $OUTPUT->set_env('flag_for_deletion', true); 82 if ($CONFIG['read_when_deleted']) 83 $OUTPUT->set_env('read_when_deleted', true); 84 if ($CONFIG['skip_deleted']) 85 $OUTPUT->set_env('skip_deleted', true); 86 if ($CONFIG['display_next']) 87 $OUTPUT->set_env('display_next', true); 88 79 89 if (!$OUTPUT->ajax_call) 80 90 $OUTPUT->add_label('checkingmail', 'deletemessage', 'movemessagetotrash', 'movingmessage'); … … 144 154 } 145 155 146 if ($CONFIG['display_next'])147 $OUTPUT->set_env('display_next', true);148 149 156 if (!$MESSAGE->headers->seen) 150 157 $RCMAIL->plugins->exec_hook('message_read', array('uid' => $MESSAGE->uid,
Note: See TracChangeset
for help on using the changeset viewer.
