From 9a7258a368ddca14e5d55fff77a76889a1f23871 Mon Sep 17 00:00:00 2001 From: cmcnulty Date: Wed, 6 Nov 2013 22:07:55 -0600 Subject: fixed some whitespace stuff --- program/steps/mail/func.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'program') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 4cc578751..6317e328f 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -307,7 +307,7 @@ function rcmail_js_message_list($a_headers, $insert_top=FALSE, $a_show_cols=null } $mbox = $RCMAIL->storage->get_folder(); - + // make sure 'threads' and 'subject' columns are present if (!in_array('subject', $a_show_cols)) array_unshift($a_show_cols, 'subject'); @@ -471,7 +471,7 @@ function rcmail_message_list_head($attrib, $a_show_cols) case 'attachment': case 'priority': case 'status': - case 'focus': + case 'focus': $col_name = ' '; break; case 'threads': -- cgit v1.2.3