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 <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | kdepim-bugs, montel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed 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. |