Add a couple sensible defaults
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 21 Jun 2015 10:05:27 +0000 (10:05 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 21 Jun 2015 10:05:27 +0000 (10:05 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14510 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/db_prefs.php

index 715d5692e9cd9655e76dceab6904715621fc5c61..d401d7313cc9b2bba1b4c70399ed7f6299e6293e 100644 (file)
@@ -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');
 
     /**