From e7b6e907c5d0fd509adbc910f03160c75afce65c Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 23 May 2011 10:22:32 -0400
Subject: [PATCH] Add support for X-AB-EDIT field upon user request

---
 program/include/rcube_vcard.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/program/include/rcube_vcard.php b/program/include/rcube_vcard.php
index 7d5f309..00e3bdd 100644
--- a/program/include/rcube_vcard.php
+++ b/program/include/rcube_vcard.php
@@ -47,6 +47,7 @@
     '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');

--
Gitblit v1.9.1