Bug 246204

Summary: Regression: adding a recipient as to, cc or bcc does not work anymore
Product: [Frameworks and Libraries] Akonadi Reporter: Sabine Faure <sabine>
Component: libakonadiAssignee: 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:

Description Sabine Faure 2010-07-30 02:03:41 UTC
Version:           unspecified (using Devel) 
OS:                Linux

Adding a recipient as to, cc or bcc does not work anymore whereas it worked fine last time I tested it.

Reproducible: Didn't try

Steps to Reproduce:
Steps to Reproduce:
- Launch Kontact and go to Kmail
- Click on 'New Message'
- Go to Tools menu/Select Recipients...
- Select a recipient from the list and click on the 'Add as to' button


Actual Results:  
The add a recipient dialogue closes but the recipient is not added at all in the composer

Expected Results:  
whereas it was before.

It does not work whether you are adding the recipient as to, cc or bcc.

Trunk, Svn Rev 1156856
Comment 1 Laurent Montel 2010-08-17 19:26:16 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;
Comment 2 Volker Krause 2010-12-28 16:36:48 UTC
Just tested here with latest trunk/master, works fine.