summaryrefslogtreecommitdiff
path: root/program/steps/mail
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-09-23 10:11:27 +0000
committeralecpl <alec@alec.pl>2011-09-23 10:11:27 +0000
commit9e54e6fd455326185b54b5e2cb1b7936c7817670 (patch)
tree6679ee0ce143cd439e6fb707e621029379cdeae1 /program/steps/mail
parentf8ca748ab84ed267aef9a95da5bc709da96af3cd (diff)
- Make the whole PHP output non-cacheable (#1487797)
Diffstat (limited to 'program/steps/mail')
-rw-r--r--program/steps/mail/get.inc2
-rw-r--r--program/steps/mail/show.inc2
2 files changed, 0 insertions, 4 deletions
diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc
index 4eccd287e..d4dcd0a84 100644
--- a/program/steps/mail/get.inc
+++ b/program/steps/mail/get.inc
@@ -64,8 +64,6 @@ if (!empty($_GET['_uid'])) {
$MESSAGE = new rcube_message(get_input_value('_uid', RCUBE_INPUT_GET));
}
-send_nocacheing_headers();
-
// show part page
if (!empty($_GET['_frame'])) {
$OUTPUT->send('messagepart');
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc
index 0766583a4..97cac5822 100644
--- a/program/steps/mail/show.inc
+++ b/program/steps/mail/show.inc
@@ -30,8 +30,6 @@ if ($uid = get_input_value('_uid', RCUBE_INPUT_GET)) {
rcmail_message_error($uid);
}
- send_nocacheing_headers();
-
$mbox_name = $IMAP->get_mailbox_name();
// show images?