X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fdb_prefs.php;h=9904fdf9fd29d468406f0518f3b418619543b147;hb=058b79d2d5cc1a03e894215ca3ba2c432b455c06;hp=9b9774a6f9115a7b5138da0cce88072a836b18d4;hpb=ae5dddc065f9501f267c4edaf68a066835da915f;p=squirrelmail.git diff --git a/functions/db_prefs.php b/functions/db_prefs.php index 9b9774a6..9904fdf9 100644 --- a/functions/db_prefs.php +++ b/functions/db_prefs.php @@ -21,7 +21,7 @@ * Configuration of databasename, username and password is done * by using conf.pl or the administrator plugin * - * @copyright 1999-2011 The SquirrelMail Project Team + * @copyright 1999-2016 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -139,6 +139,8 @@ class dbPrefs { * @var array */ var $default = Array('theme_default' => 0, + 'include_self_reply_all' => '0', + 'do_not_reply_to_self' => '1', 'show_html_default' => '0'); /**