https://bugs.kde.org/show_bug.cgi?id=333568
Laurent Montel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Laurent Montel <[email protected]> --- 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. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
