"; echo _("Exiting abnormally"); exit; } } /** Load the user's trash folder preferences **/ $move_to_trash = getPref($data_dir, $username, "move_to_trash"); if ($move_to_trash == "") $move_to_trash = $default_move_to_trash; $wrap_at = getPref($data_dir, $username, "wrap_at"); if ($wrap_at == "") $wrap_at = 86; $editor_size = getPref($data_dir, $username, "editor_size"); if ($editor_size == "") $editor_size = 76; $use_signature = getPref($data_dir, $username, "use_signature"); if ($use_signature == "") $use_signature = false; /** Load up the Signature file **/ if ($use_signature == true) { $signature = getSig($data_dir, $username); } else { } ?>