Use PDO for database access if available (adds PHP 7 compatibility)
[squirrelmail.git] / functions / db_prefs.php
index 9b9774a6f9115a7b5138da0cce88072a836b18d4..9904fdf9fd29d468406f0518f3b418619543b147 100644 (file)
@@ -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');
 
     /**