From 3ea9e2334f798e71b7e1e843b1f55567187ffa9b Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 4 Sep 2009 10:38:18 +0000 Subject: Set timeout for attachment loading back to 0 git-svn-id: https://svn.roundcube.net/trunk@2912 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/get.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/get.inc b/roundcubemail/program/steps/mail/get.inc index 47dbc5f9c..40ce14e09 100644 --- a/roundcubemail/program/steps/mail/get.inc +++ b/roundcubemail/program/steps/mail/get.inc @@ -27,7 +27,7 @@ if (!empty($_GET['_preload'])) { header('Content-Type: text/html; charset=' . RCMAIL_CHARSET); print "\n\n" - . '' . "\n" + . '' . "\n" . '' . "\n" . "\n\n$message\n\n"; exit; -- cgit v1.2.3