Changeset 97c8d33 in github
- Timestamp:
- Jan 7, 2007 1:14:08 PM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 21b5c77
- Parents:
- 6ad4385
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/steps/mail/show.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r86df152 r97c8d33 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) -
program/steps/mail/show.inc
r2bca6e1 r97c8d33 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.
