Changeset ddbdb85 in github
- Timestamp:
- Feb 11, 2008 6:07:44 PM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 1988169
- Parents:
- 2062baf
- File:
-
- 1 edited
-
program/steps/mail/show.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/mail/show.inc
r6726f0c rddbdb85 51 51 52 52 // calculate Etag for this request 53 $etag = md5($MESSAGE['UID'].$IMAP->get_mailbox_name().session_id().intval($MESSAGE['headers']->mdn_sent).intval($ PRINT_MODE));53 $etag = md5($MESSAGE['UID'].$IMAP->get_mailbox_name().session_id().intval($MESSAGE['headers']->mdn_sent).intval($MESSAGE['is_safe']).intval($PRINT_MODE)); 54 54 55 55 // allow caching, unless remote images are present 56 if ((bool) get_input_value('_safe', RCUBE_INPUT_GET))56 if ((bool)$MESSAGE['is_safe']) 57 57 send_nocacheing_headers(); 58 58 else if (empty($CONFIG['devel_mode']))
Note: See TracChangeset
for help on using the changeset viewer.
