mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
fixes phone number delimiter for gmail csv import
This commit is contained in:
parent
0565e9d48d
commit
2255847892
@ -156,7 +156,7 @@ author: Nicolas Mora mail@babelouest.org
|
|||||||
</vcard_entry>
|
</vcard_entry>
|
||||||
</import_entry>
|
</import_entry>
|
||||||
|
|
||||||
<import_entry name="E-mail 1 - Value" enabled="true">
|
<import_entry name="E-mail 1 - Value" enabled="true" separator=":::">
|
||||||
<vcard_entry property="EMAIL" group="email1">
|
<vcard_entry property="EMAIL" group="email1">
|
||||||
</vcard_entry>
|
</vcard_entry>
|
||||||
</import_entry>
|
</import_entry>
|
||||||
@ -166,7 +166,7 @@ author: Nicolas Mora mail@babelouest.org
|
|||||||
</vcard_entry>
|
</vcard_entry>
|
||||||
</import_entry>
|
</import_entry>
|
||||||
|
|
||||||
<import_entry name="Phone 1 - Value" enabled="true">
|
<import_entry name="Phone 1 - Value" enabled="true" separator=":::">
|
||||||
<vcard_entry property="TEL" group="phone1">
|
<vcard_entry property="TEL" group="phone1">
|
||||||
</vcard_entry>
|
</vcard_entry>
|
||||||
</import_entry>
|
</import_entry>
|
||||||
|
Loading…
Reference in New Issue
Block a user