diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-10-25 16:54:58 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-10-25 16:54:58 +0200 |
commit | 3ce7c568267878b148121237474af155c282019d (patch) | |
tree | 0cac12685e99cc1ef2e36a6a3fc5964c80520c07 /program/steps/settings/func.inc | |
parent | 98b7b548a229600f7653cd67d9aae43675938143 (diff) |
Applied the (modified) patch to extend configuration possibilities of LDAP address books as suggested in #1488753:
- Add option to specify arbitrary replacements of config options with attributes from the bound user
- Allow mapping of group object class => member attribute used in these objects
- Describe the 'member_filter' property for groups config
Diffstat (limited to 'program/steps/settings/func.inc')
-rw-r--r-- | program/steps/settings/func.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/settings/func.inc b/program/steps/settings/func.inc index 3b599c0e5..38bb09c8d 100644 --- a/program/steps/settings/func.inc +++ b/program/steps/settings/func.inc @@ -1260,6 +1260,7 @@ function rcmail_settings_tabs($attrib) array('command' => 'preferences', 'type' => 'link', 'label' => 'preferences', 'title' => 'editpreferences'), array('command' => 'folders', 'type' => 'link', 'label' => 'folders', 'title' => 'managefolders'), array('command' => 'identities', 'type' => 'link', 'label' => 'identities', 'title' => 'manageidentities'), + array('command' => 'responses', 'type' => 'link', 'label' => 'responses', 'title' => 'editresponses'), ); // get all identites from DB and define list of cols to be displayed |