diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-19 15:40:59 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-09-19 15:40:59 +0000 |
| commit | 29d7199ce0e4d8642c14ba78ab7e6f4e85ccd064 (patch) | |
| tree | 6388ab33b9bc6ccb5d4d5ad327b3f90ba41fff92 | |
| parent | a5ae9cb226d421e7203346be80cfda90a08319d4 (diff) | |
Remove accidentally committed debug code
git-svn-id: https://svn.roundcube.net/trunk@3976 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/steps/mail/show.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/show.inc b/roundcubemail/program/steps/mail/show.inc index a9dbced90..69b30eb4d 100644 --- a/roundcubemail/program/steps/mail/show.inc +++ b/roundcubemail/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(); |
