Ignore:
Timestamp:
Apr 13, 2008 4:17:20 AM (5 years ago)
Author:
alec
Message:
  • added seen flag value to etag, so it allows to mark again remarked messages
File:
1 edited

Legend:

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

    r1291 r1295  
    5454   
    5555  // calculate Etag for this request 
    56   $etag = md5($MESSAGE['UID'].$mbox_name.session_id().intval($MESSAGE['headers']->mdn_sent).intval($MESSAGE['is_safe']).intval($PRINT_MODE)); 
     56  $etag = md5($MESSAGE['UID'].$mbox_name.session_id().intval($MESSAGE['headers']->mdn_sent).intval($MESSAGE['headers']->seen).intval($MESSAGE['is_safe']).intval($PRINT_MODE)); 
    5757 
    5858  // allow caching, unless remote images are present 
Note: See TracChangeset for help on using the changeset viewer.