From de54d6d8bf6dee996fb8adf2567cfd3eb734f701 Mon Sep 17 00:00:00 2001 From: Alexandros Ioannides Date: Wed, 23 Nov 2016 17:21:36 +0200 Subject: [PATCH] Minor tweaks --- install/ubuntu/16.04/roundcube/main.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/ubuntu/16.04/roundcube/main.inc.php b/install/ubuntu/16.04/roundcube/main.inc.php index 97cdbf2d..44b19793 100644 --- a/install/ubuntu/16.04/roundcube/main.inc.php +++ b/install/ubuntu/16.04/roundcube/main.inc.php @@ -448,7 +448,7 @@ $rcmail_config['create_default_folders'] = true; $rcmail_config['protect_default_folders'] = true; // if in your system 0 quota means no limit set this option to true -$rcmail_config['quota_zero_as_unlimited'] = false; +$rcmail_config['quota_zero_as_unlimited'] = true; // Make use of the built-in spell checker. It is based on GoogieSpell. // Since Google only accepts connections over https your PHP installatation @@ -724,8 +724,8 @@ $rcmail_config['htmleditor'] = 0; // show pretty dates as standard $rcmail_config['prettydate'] = true; -// save compose message every 300 seconds (5min) -$rcmail_config['draft_autosave'] = 300; +// save compose message every 30 seconds +$rcmail_config['draft_autosave'] = 30; // default setting if preview pane is enabled $rcmail_config['preview_pane'] = false;