[Kde-pim] Reply to Author != Reply to Author ?
Martin Koller
kollix at aon.at
Sun Oct 11 21:12:14 BST 2009
On Sunday 04 October 2009 23:26:20 Ingo Klöcker wrote:
> "Reply" tries to guess the replier's intention. If KMail identifies the
> message to be a mailing list message, then it will do a "Reply to
> List".
according to https://bugs.kde.org/show_bug.cgi?id=109069
this seems to be something users do not like.
(Ingo, you have already set another issue as a dup of this one, so I assume
you agree on this beahavior being incorrect, right?)
I suggest the following patch, which removes the check for a mailinglist
header on a smart-reply:
Index: kmmessage.cpp
===================================================================
--- kmmessage.cpp (Revision 1033849)
+++ kmmessage.cpp (Arbeitskopie)
@@ -621,9 +621,6 @@
// assume a Reply-To header mangling mailing list
toStr = replyToStr;
}
- else if ( !mailingListAddresses.isEmpty() ) {
- toStr = mailingListAddresses[0];
- }
else {
// doesn't seem to be a mailing list, reply to From: address
toStr = from();
--
Best regards/Schöne Grüße
Martin () ascii ribbon campaign - against html mail
/\ - against microsoft attachments
Geschenkideen, Accessoires, Seifen, Kulinarisches: www.bibibest.at
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20091011/da8a5f2f/attachment.sig>
-------------- next part --------------
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list