Changeset 2006 in subversion for trunk/roundcubemail/config/main.inc.php.dist
- Timestamp:
- Oct 24, 2008 3:57:21 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/config/main.inc.php.dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/config/main.inc.php.dist
r2005 r2006 286 286 $rcmail_config['dont_override'] = array(); 287 287 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; 290 294 291 295 // try to load host-specific configuration
Note: See TracChangeset
for help on using the changeset viewer.
