summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2009-09-04 10:38:18 +0000
committerthomascube <thomas@roundcube.net>2009-09-04 10:38:18 +0000
commit35f40fbda78a02a765c5efab41e1b8444257389c (patch)
tree9544fb06cd6c8a8c8fc975539a9700805aa90e19
parent2e97306fd425fc840e0555bfaacf75297a8f9030 (diff)
Set timeout for attachment loading back to 0
-rw-r--r--program/steps/mail/get.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/get.inc b/program/steps/mail/get.inc
index 47dbc5f9c..40ce14e09 100644
--- a/program/steps/mail/get.inc
+++ b/program/steps/mail/get.inc
@@ -27,7 +27,7 @@ if (!empty($_GET['_preload'])) {
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;