From 35f40fbda78a02a765c5efab41e1b8444257389c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 04 Sep 2009 06:38:18 -0400
Subject: [PATCH] Set timeout for attachment loading back to 0

---
 program/steps/mail/get.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc
index 47dbc5f..40ce14e 100644
--- a/program/steps/mail/get.inc
+++ b/program/steps/mail/get.inc
@@ -27,7 +27,7 @@
 
   header('Content-Type: text/html; charset=' . RCMAIL_CHARSET);
   print "<html>\n<head>\n"
-        . '<meta http-equiv="refresh" content="100; url='.Q($url).'">' . "\n"
+        . '<meta http-equiv="refresh" content="0; url='.Q($url).'">' . "\n"
         . '<meta http-equiv="content-type" content="text/html; charset='.RCMAIL_CHARSET.'">' . "\n"
         . "</head>\n<body>\n$message\n</body>\n</html>";
   exit;

--
Gitblit v1.9.1