summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-09-19 15:40:59 +0000
committerthomascube <thomas@roundcube.net>2010-09-19 15:40:59 +0000
commiteab71fdf7e4418f95f5f561d6fe4231caffb9397 (patch)
tree3495eafc0c09de2891f5affd1549cae276d5f52d
parent5761a871c7132cb6d437e7e3f796bbc7bb1d1923 (diff)
Remove accidentally committed debug code
-rw-r--r--program/steps/mail/show.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc
index a9dbced90..69b30eb4d 100644
--- a/program/steps/mail/show.inc
+++ b/program/steps/mail/show.inc
@@ -29,7 +29,7 @@ if ($uid = get_input_value('_uid', RCUBE_INPUT_GET)) {
if (empty($MESSAGE->headers)) {
rcmail_message_error($uid);
}
-sleep(5);
+
send_nocacheing_headers();
$mbox_name = $IMAP->get_mailbox_name();