Bug 240627

Summary: kaddressbook-mobile duplicates contact entries
Product: [Applications] KAddressbook Mobile Reporter: Bjoern Ricks <bjoern.ricks>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: major    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Bjoern Ricks 2010-06-03 18:35:21 UTC
Version:           unspecified (using Devel) 
OS:                Linux

Accessing and changing contact on the same kolab account via different kontact clients caused duplicating of contact. After some testing it's definitively kaddressbook-mobile which doesn't handle the contacts correctly. At my last test a contact even got deleted by kaddressbook-mobile

Reproducible: Sometimes
Comment 1 Volker Krause 2010-06-23 11:30:31 UTC
*** Bug 242345 has been marked as a duplicate of this bug. ***
Comment 2 Volker Krause 2010-06-23 16:11:15 UTC
SVN commit 1141802 by vkrause:

Don't attempt to mark anything but mails as read. Actually, the
mark-as-read logic should be shared with kmail and go into
messageviewer.

This possibly helps with bug 240627 by not confusing the editor conflict
detection with useless flag changes.

CCBUG: 240627


 M  +0 -10     lib/kdeclarativemainview.cpp  
 M  +2 -1      lib/kdeclarativemainview.h  
 M  +18 -0     mail/mainview.cpp  
 M  +3 -0      mail/mainview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1141802
Comment 3 Bjoern Ricks 2010-06-28 11:42:25 UTC
Still happens in trunk. My package version is 20100626.1143108
Comment 4 Volker Krause 2010-06-28 17:17:01 UTC
SVN commit 1143706 by vkrause:

Unlike APPEND, STORE needs a prior SELECT. Fixes item duplication with
Kolab.

BUG: 240627


 M  +3 -1      imapresource.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1143706