Skip to content

Commit de54d6d

Browse files
Minor tweaks
1 parent 00ca250 commit de54d6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/ubuntu/16.04/roundcube/main.inc.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@
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
@@ -724,8 +724,8 @@
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;

0 commit comments

Comments
 (0)