Bug 240627 - kaddressbook-mobile duplicates contact entries
Summary: kaddressbook-mobile duplicates contact entries
Status: RESOLVED FIXED
Alias: None
Product: KAddressbook Mobile
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR major
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
: 242345 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-06-03 18:35 UTC by Bjoern Ricks
Modified: 2011-02-18 10:52 UTC (History)
0 users

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