From 1723f9225182712d87d28eec998540069dba1cef Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Wed, 30 Oct 2013 07:20:29 -0400 Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail --- config/defaults.inc.php | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 9e4ba11..ab0e188 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -1023,3 +1023,8 @@ // Enables display of email address with name instead of a name (and address in title) $config['message_show_email'] = false; + +// Default behavior of Reply-All button: +// 0 - Reply-All always +// 1 - Reply-List if mailing list is detected +$config['reply_all_mode'] = 0; -- Gitblit v1.9.1