Changeset 449 in subversion
- Timestamp:
- Jan 7, 2007 1:14:08 PM (6 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/show.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r440 r449 1 1 CHANGELOG RoundCube Webmail 2 2 --------------------------- 3 4 2007/01/07 (thomasb) 5 ---------- 6 - Applied patch for preview caching (closes #1484186) 7 - Added Thai localization files 3 8 4 9 2006/12/29 (thomasb) -
trunk/roundcubemail/program/steps/mail/show.inc
r419 r449 24 24 $PRINT_MODE = $_action=='print' ? TRUE : FALSE; 25 25 26 // allow this request to be cached 27 send_future_expire_header(); 26 // allow caching, unless remote images are present 27 if ((bool)get_input_value('_safe', RCUBE_INPUT_GET)) 28 send_nocacheing_headers(); 29 else 30 send_future_expire_header(); 28 31 29 32 // similar code as in program/steps/mail/get.inc
Note: See TracChangeset
for help on using the changeset viewer.
