How can I enable the add identity button in Roundcube?
I use this system for my self only without other customer and like to add a few identitys in webmail.
### edit ###
solved
Code
- // Set identities access level:
- // 0 - many identities with possibility to edit all params
- // 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
- $config['identities_level'] = 0;