Changeset 7db228a in github


Ignore:
Timestamp:
Dec 13, 2007 3:22:58 AM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
1727ef9
Parents:
338551d
Message:

Regard mdn flag in etag for caching

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/show.inc

    rfba1f5a r7db228a  
    4444 
    4545  // calculate Etag for this request 
    46   $etag = md5($MESSAGE['UID'].$IMAP->get_mailbox_name().session_id().($PRINT_MODE?1:0)); 
     46  $etag = md5($MESSAGE['UID'].$IMAP->get_mailbox_name().session_id().intval($MESSAGE['headers']->mdn_sent).intval($PRINT_MODE)); 
    4747 
    4848  // allow caching, unless remote images are present 
Note: See TracChangeset for help on using the changeset viewer.