From d24d208d1c9b952cc0c1fdcd1c30cb0150ad53ac Mon Sep 17 00:00:00 2001 From: thomascube Date: Wed, 13 Feb 2008 07:43:33 +0000 Subject: Always use subject col when dragging messages --- program/steps/mail/func.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'program/steps') diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index b0d641778..6bee8147c 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -290,6 +290,7 @@ function rcmail_message_list($attrib) $OUTPUT->set_env('attachmenticon', $skin_path . $attrib['attachmenticon']); $OUTPUT->set_env('messages', $a_js_message_arr); + $OUTPUT->set_env('coltypes', $a_show_cols); $OUTPUT->include_script('list.js'); -- cgit v1.2.3