summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_vcard.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-23 14:22:32 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-23 14:22:32 +0000
commit2c0096833d314a51af6f237370e08d4d8edff0d4 (patch)
tree497926ae9325033dcd6ad9fecb8ee179fe702caa /roundcubemail/program/include/rcube_vcard.php
parent246401dcfa6e811c22cf8149f2075714281c9248 (diff)
Add support for X-AB-EDIT field upon user request
git-svn-id: https://svn.roundcube.net/trunk@4804 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_vcard.php')
-rw-r--r--roundcubemail/program/include/rcube_vcard.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/include/rcube_vcard.php b/roundcubemail/program/include/rcube_vcard.php
index 7d5f3097b..00e3bddc5 100644
--- a/roundcubemail/program/include/rcube_vcard.php
+++ b/roundcubemail/program/include/rcube_vcard.php
@@ -47,6 +47,7 @@ class rcube_vcard
'assistant' => 'X-ASSISTANT',
'manager' => 'X-MANAGER',
'spouse' => 'X-SPOUSE',
+ 'edit' => 'X-AB-EDIT',
);
private $typemap = array('iPhone' => 'mobile', 'CELL' => 'mobile');
private $phonetypemap = array('HOME1' => 'HOME', 'BUSINESS1' => 'WORK', 'BUSINESS2' => 'WORK2', 'BUSINESSFAX' => 'WORKFAX');