summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-04-23 06:52:49 +0000
committeralecpl <alec@alec.pl>2008-04-23 06:52:49 +0000
commitd91fedb8d45fafa2c16859771fdb958aa10ad469 (patch)
tree824ac83a785953169fb7c020af66c242e7bf5d58 /program/steps
parentf025740b07449ed2727b10f72f94496946c69f68 (diff)
#1485003: s/rc_mail_mime/rcube_mail_mime/
Diffstat (limited to 'program/steps')
-rw-r--r--program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 40c17b792..418f47045 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -1473,7 +1473,7 @@ function rcmail_send_mdn($uid)
$recipient = array_shift($IMAP->decode_address_list($message['headers']->mdn_to));
$mailto = $recipient['mailto'];
- $compose = new rc_mail_mime(rcmail_header_delm());
+ $compose = new rcube_mail_mime(rcmail_header_delm());
$compose->setParam(array(
'text_encoding' => 'quoted-printable',
'html_encoding' => 'quoted-printable',