diff options
author | thomascube <thomas@roundcube.net> | 2010-09-18 16:32:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-09-18 16:32:00 +0000 |
commit | 62c791f60923e12ef157f6de7018d0f7ada47911 (patch) | |
tree | 16d6c4db1788a6e993508f2b9268b3f759588e29 /program/steps/mail/show.inc | |
parent | ffc040bf9ea603ab9c5d752a222caf22627643c7 (diff) |
Prevent from saving a non-existing skin path in user prefs
Diffstat (limited to 'program/steps/mail/show.inc')
-rw-r--r-- | program/steps/mail/show.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index 69b30eb4d..a9dbced90 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(); |