diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-05 20:06:58 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-08-05 20:06:58 +0100 |
commit | 56a8ba9d57ff9432ec4b3299e8a7c18adcec6dad (patch) | |
tree | ea4d50e5d389296a05a495bf1b3998779ff4512d /share/templates | |
parent | fe81dba2c91258be66829fb6d0a488781ec03c69 (diff) | |
download | pykolab-56a8ba9d57ff9432ec4b3299e8a7c18adcec6dad.tar.gz |
Add mailalternateaddress as personal by default
Diffstat (limited to 'share/templates')
-rw-r--r-- | share/templates/roundcubemail/main.inc.php.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/templates/roundcubemail/main.inc.php.tpl b/share/templates/roundcubemail/main.inc.php.tpl index 9ea218b..78f1434 100644 --- a/share/templates/roundcubemail/main.inc.php.tpl +++ b/share/templates/roundcubemail/main.inc.php.tpl @@ -236,6 +236,7 @@ 'prefix' => 'title', 'email:primary' => 'mail', 'email:alias' => 'alias', + 'email:personal' => 'mailalternateaddress', 'phone:main' => 'telephoneNumber', 'phone:work' => 'alternateTelephoneNumber', 'phone:mobile' => 'mobile', |