summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_csv2vcard.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-11 09:02:45 +0100
committerAleksander Machniak <alec@alec.pl>2013-01-11 09:04:01 +0100
commit536d45d3a218a86e4d9dd5ad83fa295c145eab6f (patch)
tree7d7ad4976033052064811d822822a6395bc5e7d2 /program/lib/Roundcube/rcube_csv2vcard.php
parent9d318f5347adcab931b58b592dd09eddb9cdc60e (diff)
Support more Thunderbird CSV fields, added zh_TW localization for csv2vcard map (#1488901)
Diffstat (limited to 'program/lib/Roundcube/rcube_csv2vcard.php')
-rw-r--r--program/lib/Roundcube/rcube_csv2vcard.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/program/lib/Roundcube/rcube_csv2vcard.php b/program/lib/Roundcube/rcube_csv2vcard.php
index e8202c6d4..0d3276b84 100644
--- a/program/lib/Roundcube/rcube_csv2vcard.php
+++ b/program/lib/Roundcube/rcube_csv2vcard.php
@@ -124,6 +124,12 @@ class rcube_csv2vcard
//'work_address_2' => '',
'work_country' => 'country:work',
'work_zipcode' => 'zipcode:work',
+ 'last' => 'surname',
+ 'first' => 'firstname',
+ 'work_city' => 'locality:work',
+ 'work_state' => 'region:work',
+ 'home_city_short' => 'locality:home',
+ 'home_state_short' => 'region:home',
);
/**