diff options
author | thomascube <thomas@roundcube.net> | 2009-09-04 10:38:18 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-09-04 10:38:18 +0000 |
commit | 35f40fbda78a02a765c5efab41e1b8444257389c (patch) | |
tree | 9544fb06cd6c8a8c8fc975539a9700805aa90e19 /program/steps | |
parent | 2e97306fd425fc840e0555bfaacf75297a8f9030 (diff) |
Set timeout for attachment loading back to 0
Diffstat (limited to 'program/steps')
-rw-r--r-- | 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 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; |