[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kmail-devel
Subject:    [Bug 71542] reply seems to ignore Reply-To: adress
From:       Ingo "Klöcker" <kloecker () kde ! org>
Date:       2004-01-01 22:05:50
Message-ID: 20040101220550.127.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=71542     
kloecker@kde.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From kloecker@kde.org  2004-01-01 23:05 -------
Subject: kdepim/kmail

CVS commit by kloecker: 

Prefer the value of the Reply-To header over the mailing list address for the \
standard Reply. This fixes Bug 71542 (reply seems to ignore Reply-To: adress).

CCMAIL: 71542-fixed@bugs.kde.org


  M +3 -3      kmmessage.cpp   1.450


--- kdepim/kmail/kmmessage.cpp  #1.449:1.450
@@ -901,11 +901,11 @@ KMMessage* KMMessage::createReply( KMail
       toStr = headerField( "Mail-Followup-To" );
     }
-    else if ( !mailingListAddresses.isEmpty() ) {
-      toStr = mailingListAddresses[0];
-    }
     else if ( !replyToStr.isEmpty() ) {
       // 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
_______________________________________________
KMail developers mailing list
KMail-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmail-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic