From bc59c415dc74b894beae86286a7fdc75c6d6adcb Mon Sep 17 00:00:00 2001 From: richs Date: Fri, 30 Jun 2006 22:02:28 +0000 Subject: Misc bug and compatibility fixes git-svn-id: https://svn.roundcube.net/trunk@270 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/func.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roundcubemail/program/steps/mail/func.inc') diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index 7e2b3b28d..266c16336 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/program/steps/mail/func.inc @@ -500,6 +500,8 @@ function rcmail_js_message_list($a_headers, $insert_top=FALSE) && !array_search('to', $a_show_cols)) $a_show_cols[$f] = 'to'; + $commands .= sprintf("this.set_message_coltypes(%s);\n", array2js($a_show_cols)); + // loop through message headers for ($n=0; $a_headers[$n]; $n++) { -- cgit v1.2.3