From 4278ac8215da8ce3a62027d2dc4e763f2b45ab2d Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 24 Oct 2008 07:57:21 +0000 Subject: - 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 --- roundcubemail/installer/config.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'roundcubemail/installer/config.php') diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php index 52991242c..13371afac 100644 --- a/roundcubemail/installer/config.php +++ b/roundcubemail/installer/config.php @@ -122,6 +122,22 @@ echo $check_caching->show(intval($RCI->getprop('enable_spellcheck')), array('val

It is based on GoogieSpell what implies that the message content will be sent to Google in order to check the spelling.

+
identities_level
+
+ '_identities_level', 'id' => "cfgidentitieslevel")); +$input_ilevel->add('many identities with possibility to edit all params', 0); +$input_ilevel->add('many identities with possibility to edit all params but not email address', 1); +$input_ilevel->add('one identity with possibility to edit all params', 2); +$input_ilevel->add('one identity with possibility to edit all params but not email address', 3); +echo $input_ilevel->show($RCI->getprop('identities_level'), 0); + +?> +
Level of identities access
+

Defines what users can do with their identities.

+
+ -- cgit v1.2.3