diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-11-28 23:36:50 -0800 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-11-28 23:36:50 -0800 |
commit | 48ef1334ff2deca06ce29a73724ea2f40c77a11c (patch) | |
tree | cb2fcca393d708a93c5cd7bf530c87ab4917fd7c /config/main.inc.php.dist | |
parent | 0247b89c38c7f7ef1a2111239c6a1c8c13394d93 (diff) | |
parent | c753bc4a8bc96680e0534ab115cb2f0f1fc67512 (diff) |
Merge pull request #49 from linagora/master
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 3e7630cd3..4805b95df 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -356,6 +356,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. |