Changeset d91fedb in github for program/steps/mail/func.inc


Ignore:
Timestamp:
Apr 23, 2008 2:52:49 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
f92b2f4
Parents:
f025740
Message:

#1485003: s/rc_mail_mime/rcube_mail_mime/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/func.inc

    rea090ca rd91fedb  
    14741474    $mailto = $recipient['mailto']; 
    14751475 
    1476     $compose = new rc_mail_mime(rcmail_header_delm()); 
     1476    $compose = new rcube_mail_mime(rcmail_header_delm()); 
    14771477    $compose->setParam(array( 
    14781478      'text_encoding' => 'quoted-printable', 
Note: See TracChangeset for help on using the changeset viewer.