File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
install/ubuntu/16.04/roundcube Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 448448$ rcmail_config ['protect_default_folders ' ] = true ;
449449
450450// if in your system 0 quota means no limit set this option to true
451- $ rcmail_config ['quota_zero_as_unlimited ' ] = false ;
451+ $ rcmail_config ['quota_zero_as_unlimited ' ] = true ;
452452
453453// Make use of the built-in spell checker. It is based on GoogieSpell.
454454// Since Google only accepts connections over https your PHP installatation
724724// show pretty dates as standard
725725$ rcmail_config ['prettydate ' ] = true ;
726726
727- // save compose message every 300 seconds (5min)
728- $ rcmail_config ['draft_autosave ' ] = 300 ;
727+ // save compose message every 30 seconds
728+ $ rcmail_config ['draft_autosave ' ] = 30 ;
729729
730730// default setting if preview pane is enabled
731731$ rcmail_config ['preview_pane ' ] = false ;
You can’t perform that action at this time.
0 commit comments