Your message dated Mon, 29 Mar 2010 13:56:48 +0200
with message-id <201003291356.48685.ewoer...@kde.org>
and subject line Re: Debian patch breaks some headers with accents
has caused the Debian Bug report #405867,
regarding Debian patch breaks some headers with accents
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
405867: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405867
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kdepim
Version: 4:3.5.5.dfsg.1-2
Severity: normal
Since version 4:3.5.5.dfsg.1-2 kmail stopped treating correctly my name in
the header. The last à in my last name is lost (strangely enough if I write
it not in the last position of my name in the profile it works without
problem). Prior to that version it worked without problem. I suspect the
culprit is
18_optimize_splitAddressInternal.diff
more concretely the last lines:
++ displayName = dName.stripWhiteSpace().local8Bit();
++ comment = cmmt.stripWhiteSpace().local8Bit();
++ addrSpec = aSpec.stripWhiteSpace().local8Bit();
shouldn't they be
++ displayName = dName.stripWhiteSpace();
++ comment = cmmt.stripWhiteSpace();
++ addrSpec = aSpec.stripWhiteSpace();
Regards,
Quim
--- End Message ---
--- Begin Message ---
Version: 4:4.3.4-1
The bug you reported has (most likely) been fixed in or before KDE SC 4.3.4
--- End Message ---