Version: (using Devel) Compiler: gcc 4.3.2 OS: Linux Installed from: Compiled sources - Configure Akonadi with an IMAP and Kolab resource. - Create a new group called 'Group A' with a couple of members in it. - Sync in Kmail - A new email should arrive in the 'Contacts' folder. -> In it, only the following lines are shown at the end: <display-name>Group A</display-name> <member/> <distribution-list> Whereas in the 'The Kolab Storage Format 2.0rc2' documentation on page 18, it says: <!-- Distribution-list specific fields --> <display-name>(string)</display-name> {<member> <display-name>(string)</display-name> <smtp-address>(string)</smtp-address> </member>} </distribution-list> SVN REV 1010699
Hej Sabine, could you update your installation please and try again? I did several changes to the distribution handling code in trunk/kdepim today that might fix these issues. Ciao, Tobias
I retested with SVN REV 1011519 and only the following lines are displayed: <display-name>Group A</display-name> </distribution-list> So the bug is still there.
I retested this today and I still get the same thing from the kolab.xml file: <display-name>Group A</display-name> </distribution-list> Trunk, Svn Rev 1032841
Created attachment 37470 [details] .xml file found in Kmail after creating a new Group with a couple of contacts See Kolab.xml file attached Trunk, Svn Rev 1032841
SVN commit 1112844 by tokoe: Do not lose distribution list members BUG: 203869 M +3 -0 distributionlist.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1112844
I retested this today and it is corrected now. The correct format is now shown in the kolab.xml file (see attachment underneath) Trunk, Svn Rev 1114350
Created attachment 42793 [details] kolab. xml file received when creating a new group with a few contacts with the correct format now. Trunk, Svn Rev 1114350