| Summary: | kopete deleted contacts on icq server | ||
|---|---|---|---|
| Product: | [Unmaintained] kopete | Reporter: | anton <benderamp> |
| Component: | general | Assignee: | Kopete Developers <kopete-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
anton
2009-06-15 19:25:15 UTC
SVN commit 982410 by rjarosz: Never try to remove account when it's online otherwise we will also delete contacts from server. BUG: 196650 M +87 -47 kopeteaccountmanager.cpp M +7 -0 kopeteaccountmanager.h WebSVN link: http://websvn.kde.org/?view=rev&revision=982410 There may be contactlist.xml backup file in ~/.kde/share/apps/kopete with the deleted contacts SVN commit 982420 by rjarosz: Backport commit 982410. Never try to remove account when it's online otherwise we will also delete contacts from server. CCBUG: 196650 M +90 -46 kopeteaccountmanager.cpp M +7 -0 kopeteaccountmanager.h WebSVN link: http://websvn.kde.org/?view=rev&revision=982420 >There may be contactlist.xml backup file in ~/.kde/share/apps/kopete with the
deleted contacts
I have found one on another computer with kde3 - the contacts are there (ohh, good, backed it up) - when I start kopete3 the contacts are also in the contact list and do not get removed from list like in other apps (though they are deleted on server). Now is there a way to send them from kopete3 list to server? Even though they are now in the kopete3 contact list, they did not go the server automatically and I could not find a menu option to do this. Of course, now I have a backup way to add them again one by one from contactlist.xml file, but I am wondering if there is more easy way.
Thank's
On login the "Add Contacts to Server List" dialog should popup for contacts that aren't on the server. If it doesn't you may have forced it to not show, you can check if in ~/.kde/share/config/kopeterc the ShowMissingContactsDialog isn't set to false. Btw if there's a lot of contacts to add it will work reliably only in KDE 4.2 and later |