diff options
author | thomascube <thomas@roundcube.net> | 2008-02-13 07:43:33 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-02-13 07:43:33 +0000 |
commit | d24d208d1c9b952cc0c1fdcd1c30cb0150ad53ac (patch) | |
tree | 6cfbadfb8c516ebba4073be104a07774ccb1e60e /program/steps/mail/func.inc | |
parent | 847bfe697f925f90577f2d3f135f579e6e08c9ea (diff) |
Always use subject col when dragging messages
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | 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 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'); |