X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=include%2Fload_prefs.php;h=5e21d2a296aed9c2df0235cd63202f92d6e73a2a;hb=d72549cb90b0473f1d7a99e796ede80dac1b1ec3;hp=79cf15990bc773b30e42299917ab911c5a9b5102;hpb=1977ab5587905d225c6288141b82f7a6e3d29d02;p=squirrelmail.git diff --git a/include/load_prefs.php b/include/load_prefs.php index 79cf1599..5e21d2a2 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-2010 The SquirrelMail Project Team + * @copyright 1999-2013 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);