[kmail2] [Bug 341085] Forward Email Template Error

Laurent Montel montel at kde.org
Wed Nov 19 13:06:23 GMT 2014


https://bugs.kde.org/show_bug.cgi?id=341085

--- Comment #17 from Laurent Montel <montel at kde.org> ---
            } else if (cmd.startsWith(QLatin1String("OADDRESSEESADDR"))) {
                qDebug() << "Command: OADDRESSEESADDR";
                i += strlen("OADDRESSEESADDR");
                if (mOrigMsg) {
                    const QString to = mOrigMsg->to()->asUnicodeString();
                    const QString cc = mOrigMsg->cc()->asUnicodeString();

and 
            } else if (cmd.startsWith(QLatin1String("OCCADDR"))) {
                qDebug() << "Command: OCCADDR";
                i += strlen("OCCADDR");
                if (mOrigMsg) {
                    const QString str = mOrigMsg->cc()->asUnicodeString();
                    plainBody.append(str);
                    const QString body = plainToHtml(str);
                    htmlBody.append(body);
                }


=> for me it's the same code for cc 
=> it's ok

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list