summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings/identities.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-24 07:57:21 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-10-24 07:57:21 +0000
commit4278ac8215da8ce3a62027d2dc4e763f2b45ab2d (patch)
tree98d390f64ee90706c2e539feb4fcfafa3ae9e2a8 /roundcubemail/program/steps/settings/identities.inc
parent875a49c2581f9349098285484d36f48a62236730 (diff)
- Added option 'identities_level', removed 'multiple_identities'
- Allow deleting identities when multiple_identities=false (#1485435) git-svn-id: https://svn.roundcube.net/trunk@2006 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/settings/identities.inc')
-rw-r--r--roundcubemail/program/steps/settings/identities.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/settings/identities.inc b/roundcubemail/program/steps/settings/identities.inc
index fded6c151..e480f367e 100644
--- a/roundcubemail/program/steps/settings/identities.inc
+++ b/roundcubemail/program/steps/settings/identities.inc
@@ -19,6 +19,8 @@
*/
+define('IDENTITIES_LEVEL', intval($RCMAIL->config->get('identities_level', 0)));
+
$OUTPUT->set_pagetitle(rcube_label('identities'));
$OUTPUT->include_script('list.js');
@@ -40,6 +42,7 @@ function rcmail_identity_frame($attrib)
}
$OUTPUT->add_handler('identityframe', 'rcmail_identity_frame');
+$OUTPUT->set_env('identities_level', IDENTITIES_LEVEL);
$OUTPUT->send('identities');
?> \ No newline at end of file