Roundcube Community Forum

 

How can I change personal settings defaults?

Started by lbeachmike, June 21, 2009, 04:14:48 PM

Previous topic - Next topic

lbeachmike

I am trying to change the default values for the following personal settings options so that they are on by default -

-> Do not show deleted messages

-> Compact Inbox on logout

I cannot find anything in the config file that allows me to change the defaults on both of these settings. The current defaults confuse my users.

Can anybody help guide me in how to get this done?

Thanks.

Mike

rosali

main.inc.php

$rcmail_config
['dont_override'] = array('skip_deleted','logout_expunge');
$rcmail_config['skip_deleted'] = TRUE;
$rcmail_config['logout_expunge'] = TRUE;
Regards,
Rosali