X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=include%2Fload_prefs.php;h=4f698abef2ba5849c455d704341818adfbcd0f74;hp=10da1a650973c53b0fa54ed229a84a493cc2aaf3;hb=bd3ebe3f8f07fd1b4294a30ef0c09a641eea1e77;hpb=30460a05016c7e066ad7b28df7788539e4054a99 diff --git a/include/load_prefs.php b/include/load_prefs.php index 10da1a65..4f698abe 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -6,7 +6,7 @@ * Loads preferences from the $username.pref file used by almost * every other script in the source directory and alswhere. * - * @copyright 1999-2009 The SquirrelMail Project Team + * @copyright 1999-2017 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -275,6 +275,9 @@ $attachment_common_show_images = getPref($data_dir, $username, 'attachment_commo /* message disposition notification support setting */ $mdn_user_support = getPref($data_dir, $username, 'mdn_user_support', SMPREF_ON); +$do_not_reply_to_self = + getPref($data_dir, $username, 'do_not_reply_to_self', SMPREF_OFF); + $include_self_reply_all = getPref($data_dir, $username, 'include_self_reply_all', SMPREF_ON);