Add option that allows users to have replies to their own messages sent to the recipi...
[squirrelmail.git] / include / load_prefs.php
index ee32dcab870d63605dd92da1e335c82ad477351e..5e66a9c8966f401a69cbe0f08028c755427f9bfa 100644 (file)
@@ -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);