summaryrefslogtreecommitdiff
path: root/program/steps/mail/headers.inc
diff options
context:
space:
mode:
Diffstat (limited to 'program/steps/mail/headers.inc')
-rw-r--r--program/steps/mail/headers.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/headers.inc b/program/steps/mail/headers.inc
index 7d166f915..5eee4bdef 100644
--- a/program/steps/mail/headers.inc
+++ b/program/steps/mail/headers.inc
@@ -20,7 +20,7 @@
if ($uid = get_input_value('_uid', RCUBE_INPUT_POST))
{
- $source = $IMAP->get_raw_headers($uid);
+ $source = $RCMAIL->imap->get_raw_headers($uid);
if ($source !== false) {
$source = htmlspecialchars(trim($source));