diff options
author | jeremie kornobis <jkornobis@linagora.com> | 2012-11-26 14:12:48 +0100 |
---|---|---|
committer | jeremie kornobis <jkornobis@linagora.com> | 2012-11-26 14:17:20 +0100 |
commit | f12585297974a994bd9b081cd1d70e8ab8d2365e (patch) | |
tree | 4978171bd5b071a1a74bc32a7f9ec8f356bc4409 /config/main.inc.php.dist | |
parent | 7fac4dc87b2507227666db9b74d83090f38d62e7 (diff) |
Add new identity level: one identity with edit only signature
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | 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 dafee72f1..c8490a19d 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -357,6 +357,7 @@ $rcmail_config['send_format_flowed'] = true; // 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. |