From ebe7a5b2ee327be23eed4496e5e867de4773df79 Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 23 Apr 2008 06:52:49 +0000 Subject: #1485003: s/rc_mail_mime/rcube_mail_mime/ git-svn-id: https://svn.roundcube.net/trunk@1328 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/steps/mail') diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 40c17b792..418f47045 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/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