add option to shorten the length of the From field.
[squirrelmail.git] / include / load_prefs.php
index 75ed51a841efd183f70c4edb878d624faefde94a..a1948b48b40db4323ff7d5cee10836587f92f1bd 100644 (file)
@@ -264,6 +264,9 @@ $mailbox_select_style = getPref($data_dir, $username, 'mailbox_select_style', 0)
    on time distance from date of message */
 $show_full_date = getPref($data_dir, $username, 'show_full_date', 0);
 
+/* Allow user to customize length of from field */
+$truncate_sender = getPref($data_dir, $username, 'truncate_sender', 0);
+
 do_hook('loading_prefs');
 
 ?>