[kmail2] [Bug 333568] Regression: Append signature in the composer dialog does not work
Laurent Montel
montel at kde.org
Fri Apr 18 08:56:42 BST 2014
https://bugs.kde.org/show_bug.cgi?id=333568
Laurent Montel <montel at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
CC| |montel at kde.org
Resolution|--- |INVALID
--- Comment #1 from Laurent Montel <montel at kde.org> ---
No it's not a regression
this:
void Signature::insertIntoTextEdit( KRichTextEdit *textEdit,
Placement placement, bool addSeparator )
{
+ if(!isEnabledSignature()) {
+ return;
+ }
was added in 4.9
=> it never worked when isEnabledSignature was unchecked.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list