summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-15 11:28:15 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-04-15 11:28:15 +0000
commit59d1b04baff3f5a94ff546f08ac52050e939bcef (patch)
treed1edd5beefc31a9f53f9e51e2b25b088dafefb2d /roundcubemail/program/steps/mail
parent58576153fd195361b567cfb2e55f785e872909dd (diff)
- Fix messages list scrolling in FF3.6 (#1486472)
- Fix quicksearch input focus (#1486637) - Small code cleanup + improvements git-svn-id: https://svn.roundcube.net/trunk@3492 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail')
-rw-r--r--roundcubemail/program/steps/mail/func.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc
index 1cac61566..ad4ca2257 100644
--- a/roundcubemail/program/steps/mail/func.inc
+++ b/roundcubemail/program/steps/mail/func.inc
@@ -175,7 +175,6 @@ function rcmail_message_list($attrib)
$message_count = $IMAP->messagecount(NULL, $IMAP->threading ? 'THREADS' : 'ALL');
// set client env
- $OUTPUT->add_gui_object('mailcontframe', 'mailcontframe');
$OUTPUT->add_gui_object('messagelist', $attrib['id']);
$OUTPUT->set_env('autoexpand_threads', intval($CONFIG['autoexpand_threads']));
$OUTPUT->set_env('messagecount', $message_count);