diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-10-30 12:20:29 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-10-30 12:20:29 +0100 |
commit | 1723f9225182712d87d28eec998540069dba1cef (patch) | |
tree | 33006e2f5b817f8540b5f43a926b60255dbfb5f0 /config/defaults.inc.php | |
parent | 5b334509a80dd2d447a505944c6c5cb63447dd1f (diff) | |
parent | ed119d3639db9cb1e9553bc5a7e9a1ca81ece98d (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'config/defaults.inc.php')
-rw-r--r-- | 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 9e4ba11bf..ab0e188bd 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -1023,3 +1023,8 @@ $config['default_font_size'] = '10pt'; // 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; |