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
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.