From f12585297974a994bd9b081cd1d70e8ab8d2365e Mon Sep 17 00:00:00 2001 From: jeremie kornobis <jkornobis@linagora.com> Date: Mon, 26 Nov 2012 08:17:20 -0500 Subject: [PATCH] Add new identity level: one identity with edit only signature --- config/main.inc.php.dist | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index dafee72..c8490a1 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -357,6 +357,7 @@ // 1 - many identities with possibility to edit all params but not email address // 2 - one identity with possibility to edit all params // 3 - one identity with possibility to edit all params but not email address +// 4 - one identity with possibility to edit only signature $rcmail_config['identities_level'] = 0; // Mimetypes supported by the browser. -- Gitblit v1.9.1