Changeset 1535 in subversion for trunk/roundcubemail/program/steps/mail/show.inc
- Timestamp:
- Jun 14, 2008 1:37:29 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/show.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/show.inc
r1534 r1535 43 43 $mbox_name = $IMAP->get_mailbox_name(); 44 44 45 // calculate Etag for this request46 $etag = md5($MESSAGE->uid.$mbox_name.session_id().intval($MESSAGE->headers->mdn_sent).intval($MESSAGE->is_safe).intval($PRINT_MODE));47 48 45 // check known senders to display images 49 46 if (!$MESSAGE->is_safe … … 57 54 } 58 55 } 56 57 // calculate Etag for this request 58 $etag = md5($MESSAGE->uid.$mbox_name.session_id().intval($MESSAGE->headers->mdn_sent).intval($MESSAGE->is_safe).intval($PRINT_MODE)); 59 59 60 60 // allow caching, unless remote images are present
Note: See TracChangeset
for help on using the changeset viewer.
