diff options
author | thomascube <thomas@roundcube.net> | 2006-09-24 20:15:51 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-09-24 20:15:51 +0000 |
commit | 6b47de3f49e880f08fa4a9226e70d18129095306 (patch) | |
tree | 292ae8ca9f101e17dfcd0494eceb0965669a5370 /program/steps/mail | |
parent | 63583192f238dfb49152f6f470988d36366aa44b (diff) |
Partial client re-write with a common list class
Diffstat (limited to 'program/steps/mail')
-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 bfddb5aa8..18ce9eca8 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -495,6 +495,7 @@ function rcmail_message_list($attrib) $javascript .= sprintf("%s.set_env('messages', %s);", $JS_OBJECT_NAME, array2js($a_js_message_arr)); $OUTPUT->add_script($javascript); + $OUTPUT->include_script('list.js'); return $out; } |