X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=include%2Fload_prefs.php;h=9f4038d96bf0a6416d528f2dca53051e2ef710fa;hp=61d6dfe51403cdeb9f01a2bda98343ccfb48df9e;hb=9f2f6126ab189f1ef4a3e34133b850fc3ff5622b;hpb=176204a5766acf5d8dac2e899e431efff7c8d0a1 diff --git a/include/load_prefs.php b/include/load_prefs.php index 61d6dfe5..9f4038d9 100644 --- a/include/load_prefs.php +++ b/include/load_prefs.php @@ -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);