summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-23 06:52:49 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-04-23 06:52:49 +0000
commitebe7a5b2ee327be23eed4496e5e867de4773df79 (patch)
treedabbc0983a314021f8eaa0e8767063b99465651c /roundcubemail/program/steps
parente90c91411c02fbd16700fac550fef732e57ef7dc (diff)
#1485003: s/rc_mail_mime/rcube_mail_mime/
git-svn-id: https://svn.roundcube.net/trunk@1328 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
-rw-r--r--roundcubemail/program/steps/mail/func.inc2
1 files changed, 1 insertions, 1 deletions
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',