Hello,
I think you misunderstand my issue.
I just want to remove duplicate contacts.
After digging around, I have found the right tool :
# sogo-tool remove-doubles me "Carnet d'adresses personnel"
But I get MySQL error :
<0x0xb8d380[GCSFolderManager]> ERROR(-[GCSFolderManager performSQL:]): cannot execute
SQL 'SELECT c_folder_id, c_path, c_location, c_quick_location, c_acl_location, c_folder_type FROM sogo_folder_info WHERE c_path1 = 'Users' AND c_path2 = 'me' AND c_path3 = 'Contacts' AND c_path4 = 'Carnet\ d'adresses personnel'':
<MySQL4Exception: 0xd75c30> NAME:ExecutionFailed REASON:You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'adresses personnel'' at line 1
<0x0xb8d380[GCSFolderManager]> ERROR(-[GCSFolderManager recordAtPath:]): executing SQL failed: 'SELECT c_folder_id, c_path, c_location, c_quick_location, c_acl_location, c_folder_type FROM sogo_folder_info WHERE c_path1 = 'Users' AND c_path2 = 'me' AND c_path3 = 'Contacts' AND c_path4 = 'Carnet\ d'adresses personnel''
Folder 'Carnet\ d'adresses personnel' of user 'me' not found.
If I search my folders ID, I get :
MariaDB [sogo]> select distinct c_foldername from sogo_folder_info
+------------------------------------+
| c_foldername |
+------------------------------------+
| xxxxxxxxxxxxx |
| xxxxxxxxxxxxx |
| Carnet d'adresses personnel |
| Personal Calendar |
+------------------------------------+
Any idea ?