| Summary: | Reply-to-all only replies to most | ||
|---|---|---|---|
| Product: | [Unmaintained] kmail | Reporter: | phrensy |
| Component: | general | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandrake RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
phrensy
2002-11-24 02:02:09 UTC
This happens for me as well. I'm using KMail 1.5.2. If I send a message to eric@ekrosenberg.com and deric@ekrosenberg.com neither address is included in the reply. I think the problem is that the code that tries to remove the senders address from the recipient list that the reply-all is going to is looking for eric@ekrosenberg.com in the recipients list. Since eric@ekrosenberg.com is a substring of deric@ekrosenberg.com both addresses are being removed. I think if the 2 places where the line "if ((*it).find(myAddr,0,false) != -1)" was changed to "if ((*it).find(myAddr,0,false) == 0)" it would work. If I can figure out how to get KMail to compile I'll try to test it out. I uploaded a patch to bug 51195 that also seems to fix this bug. Sorry for the bad info in comment #2. The patch that would also fix this bug is attached to bug 59195 |