| Summary: | Regression: adding a recipient as to, cc or bcc does not work anymore | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] Akonadi | Reporter: | Sabine Faure <sabine> |
| Component: | libakonadi | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | montel, pim-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Sabine Faure
2010-07-30 02:03:41 UTC
There is a pb with
void RecipientsPicker::pick( Recipient::Type type )
{
kDebug() << int( type );
const Akonadi::EmailAddressSelection::List selections = mView->selectedAddresses();
list.count() is always == 0;
Just tested here with latest trunk/master, works fine. |