Bug 246204 - Regression: adding a recipient as to, cc or bcc does not work anymore
Summary: Regression: adding a recipient as to, cc or bcc does not work anymore
Status: RESOLVED WORKSFORME
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: libakonadi (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-30 02:03 UTC by Sabine Faure
Modified: 2010-12-28 16:36 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.