From 102b278b934255dc609eeb851b93f9ab7aac064c Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 21 Jun 2015 10:05:27 +0000 Subject: [PATCH] Add a couple sensible defaults git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14510 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/db_prefs.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions/db_prefs.php b/functions/db_prefs.php index 715d5692..d401d731 100644 --- a/functions/db_prefs.php +++ b/functions/db_prefs.php @@ -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'); /** -- 2.25.1