Add notes about the fact that the new custom date option needs a better UI
[squirrelmail.git] / include / load_prefs.php
index 5cc697495f3430a7a898d08ce05fc8eba2ac7690..c3d5f56d3be2a44673fc2d11c2cd1b9b44e1fc02 100644 (file)
@@ -323,6 +323,7 @@ $mailbox_select_style = getPref($data_dir, $username, 'mailbox_select_style', SM
 
 /* Allow user to customize, and display the full date, instead of day, or time based
    on time distance from date of message */
+$custom_date_format = getPref($data_dir, $username, 'custom_date_format', '');
 $show_full_date = getPref($data_dir, $username, 'show_full_date', SMPREF_OFF);
 
 /* Allow user to customize length of from field */