From ddd894dbe86c678076b51fc10a9ef8a655f29d68 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 19 Sep 2008 14:00:51 -0400 Subject: [PATCH] - small fix --- config/main.inc.php.dist | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index fcf7e8f..5475c61 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -107,6 +107,9 @@ // Log sent messages $rcmail_config['smtp_log'] = TRUE; +// how many seconds must pass between emails sent by a user +$rcmail_config['sendmail_delay'] = 0; + // these cols are shown in the message list // available cols are: subject, from, to, cc, replyto, date, size, encoding, flag $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag'); @@ -295,6 +298,9 @@ // don't allow these settings to be overriden by the user $rcmail_config['dont_override'] = array(); +// allow users to add and delete sender identities +$rcmail_config['multiple_identities'] = true; + // try to load host-specific configuration // see http://trac.roundcube.net/wiki/Howto_Config for more details $rcmail_config['include_host_config'] = false; -- Gitblit v1.9.1