Bug 204101

Summary: KMail uses incorrect signature separator
Product: [Applications] kmail Reporter: Thilo-Alexander Ginkel <thilo>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.12.0   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thilo-Alexander Ginkel 2009-08-17 00:20:08 UTC
Version:           1.12.0 (using KDE 4.3.0)
OS:                Linux
Installed from:    Ubuntu Packages

Since upgrading from KDE 4.2.4 to KDE 4.3.0 KMail no longer uses a correct signature separator ("-- ", <dash><dash><space>) to separate the signature from the message body, but instead only uses two dashes.

The signature separator is still correct when composing the mail, but after sending the message it shows up with incorrectly truncated whitespace for the separator line, which is also what reaches the recipient.
Comment 1 Thomas McGuire 2009-08-17 01:19:51 UTC
Fixed with r1012151.
Actually, KMail sent those mail correctly, it is just that KMail drops the space when displaying, you can verify that by viewing the source of the mail.
Comment 2 Thilo-Alexander Ginkel 2009-08-17 09:49:13 UTC
Thanks for the speedy solution! I can confirm that this is a pure display issue and mails are sent correctly. May I still ask for a downport to the 4.3 branch?