diff options
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 7e2b3b28d..266c16336 100644 --- a/program/steps/mail/func.inc +++ b/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++) { |