X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=include%2Fload_prefs.php;h=5e66a9c8966f401a69cbe0f08028c755427f9bfa;hp=ee32dcab870d63605dd92da1e335c82ad477351e;hb=ace75dcb5845d993449daa54968499df519d0d77;hpb=c0d968010e710870fdfee2f22d7cc9fad370c7a9 diff --git a/include/load_prefs.php b/include/load_prefs.php index ee32dcab..5e66a9c8 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -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);