diff options
Diffstat (limited to 'kmail')
-rw-r--r-- | kmail/templateparser.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/templateparser.cpp b/kmail/templateparser.cpp index d5a8d3753..8dce59d4e 100644 --- a/kmail/templateparser.cpp +++ b/kmail/templateparser.cpp @@ -320,9 +320,9 @@ void TemplateParser::processWithTemplate( const TQString &tmpl ) body.append( quote ); } - } else if ( cmd.startsWith( "TQHEADERS" ) ) { + } else if ( cmd.startsWith( "QHEADERS" ) ) { kdDebug() << "Command: TQHEADERS" << endl; - i += strlen( "TQHEADERS" ); + i += strlen( "QHEADERS" ); if ( mOrigMsg ) { TQString quote = mOrigMsg->asQuotedString( "", mQuoteString, mOrigMsg->headerAsSendableString(), |