diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-13 07:43:33 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-02-13 07:43:33 +0000 |
| commit | c0e5fb35ace87143951d0cbf1c8985a0f3cf8acd (patch) | |
| tree | 2b07cf417c97456a87fe49499f73d99fb09143e6 /roundcubemail/program/steps | |
| parent | c5e7f0d7871700cd9e0cf59934e8837e42207219 (diff) | |
Always use subject col when dragging messages
git-svn-id: https://svn.roundcube.net/trunk@1066 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/mail/func.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc index b0d641778..6bee8147c 100644 --- a/roundcubemail/program/steps/mail/func.inc +++ b/roundcubemail/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'); |
