From d24d208d1c9b952cc0c1fdcd1c30cb0150ad53ac Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Wed, 13 Feb 2008 02:43:33 -0500 Subject: [PATCH] Always use subject col when dragging messages --- program/steps/mail/func.inc | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index b0d6417..6bee814 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -290,6 +290,7 @@ $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'); -- Gitblit v1.9.1