Version: (using Devel) Compiler: gcc 4.3.2 OS: Linux Installed from: Compiled sources - Configure Akonadi with an IMAP and Kolab resource - Launch KAB - Create a few contacts in the 'Contact' addressbook - Select that folder and right click in the 'Address Book' or 'Name' column without selecting any contact. - A context menu appears, in it the second functionality is 'Copy Address Book Folder'. Select it. - right click and you can see that the 'Paste' functionality is unavailable. The Address Book folder is supposed to be copied in the clipboard according to the tool tip. If you check the clipboard history you can read the following:'akonadi:?collection=254' The 'Copy Address Book Folders' functionality may work but it is impossible to test until the 'Paste' functionality works. Trunk, Svn Rev 1024850
SVN commit 1026235 by tokoe: Since the drag&drop mime data for collections do not provide information about mime types, we have to ignore the mime type check in pastehelper. BUG: 207733 M +4 -0 pastehelper.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1026235
The paste functionality is now available for 'Contacts' address book but when copying and pasting data from another address book nothing happens. Also the paste functionality is still unavailable from other address books (ex: std.vcf...) So I am reopening this bug. Trunk, Svn Rev 1027765
Hej Sabine, the paste action only works for address books that actually support the paste/creation of collections. The vCard address book for example doesn't support subcollections, only items. Please check with akonadiconsole whether the collection you try to paste a collection in really has the Create Collection ACL set. Ciao, Tobias
Hej Sabine, works here, maybe this was the ETM bug you discovered in some other bug reports as well (the views were not updated). I can copy complete collections with contacts inside from one 'Personal Contacts' address book to another with current SVN trunk version. Ciao, Tobias
I retested this today and I now get an error message when trying to paste the copied Addressbook: 'Could not paste data: Unknown error. (Failed to copy collection)' in a 'Paste failed' pop up dialogue. However, when clicking on 'Ok' from that dialogue the addressbook is copied properly in the selected addressbook. So I am reopening this bug. Trunk, Svn Rev 1032841
Hej Sabine, what was the source and target address book you used for this test? Local to Kolab? Ciao, Tobias
Hi Tobias, Many different ones (Contacts and a sub folder, Contacts and Personal Contacts...) I retested this today, and it works so I am closing this bug. It is now possible to copy an address book folder and paste it in another address book. You can then see the copied folder with contacts and groups inside within the selected address book. Trunk, Svn Rev 1041831