From d91fedb8d45fafa2c16859771fdb958aa10ad469 Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 23 Apr 2008 06:52:49 +0000 Subject: #1485003: s/rc_mail_mime/rcube_mail_mime/ --- program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') 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', -- cgit v1.2.3