Preference that lets the whiners set cursor focus as needed when replying. :)
[squirrelmail.git] / include / load_prefs.php
index 61d6dfe51403cdeb9f01a2bda98343ccfb48df9e..9f4038d96bf0a6416d528f2dca53051e2ef710fa 100644 (file)
@@ -155,6 +155,12 @@ $reply_citation_style =
 $reply_citation_start = getPref($data_dir, $username, 'reply_citation_start');
 $reply_citation_end = getPref($data_dir, $username, 'reply_citation_end');
 
+// who is using those darn block comments?  poo!
+
+// Load preference for cursor behavior for replies
+//
+$reply_focus = getPref($data_dir, $username, 'reply_focus', '');
+
 /* left refresh rate, strtolower makes 1.0.6 prefs compatible */
 $left_refresh = getPref($data_dir, $username, 'left_refresh', SMPREF_NONE );
 $left_refresh = strtolower($left_refresh);