Summary: | Select Recipient functionality always add addresses as To | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Sabine Faure <sabine> |
Component: | composer | Assignee: | Casey Link <unnamedrambler> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | kdepim-bugs |
Priority: | NOR | ||
Version First Reported In: | 2.0.89 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sabine Faure
2010-07-09 22:17:34 UTC
Confirmed in trunk. This works in the 4.5 branch, so I assume this is a regression from the recent recipient editor refactoring. Assigning to Casey, who worked on that. SVN commit 1148686 by link: Fix regression. Recipients picked in the recipients picker will now be picked with the correct type as picked in the recipients picker. :) BUG: 244081 M +1 -1 recipientline.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1148686 It is corrected now. The recipient is correctly added to the composer dialogue as a 'CC' or 'BCC' or 'TO' depending on the user's choice now. Trunk, Svn Rev 1150325 humm, turns out that it works only is the recipient is added as 'CC'. If the recipient is also added as 'BCC' he never receives the message. If the recipient is added as 'BCC' only (without a 'TO') then the following pop up error message is displayed: 'There were problems trying to queue the message for sending: Message has no recipients'. He never receives the message either. So I will open a different bug report about that since it is not the same bug (see bug #244782). Trunk, Svn Rev 1150325 |