Ignore:
Timestamp:
Oct 24, 2008 3:57:21 AM (5 years ago)
Author:
alec
Message:
  • Added option 'identities_level', removed 'multiple_identities'
  • Allow deleting identities when multiple_identities=false (#1485435)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/config/main.inc.php.dist

    r2005 r2006  
    286286$rcmail_config['dont_override'] = array(); 
    287287 
    288 // allow users to add and delete sender identities 
    289 $rcmail_config['multiple_identities'] = true; 
     288// Set identities access level: 
     289// 0 - many identities with possibility to edit all params 
     290// 1 - many identities with possibility to edit all params but not email address 
     291// 2 - one identity with possibility to edit all params 
     292// 3 - one identity with possibility to edit all params but not email address 
     293$rcmail_config['identities_level'] = 0; 
    290294 
    291295// try to load host-specific configuration 
Note: See TracChangeset for help on using the changeset viewer.