summaryrefslogtreecommitdiff
path: root/program/steps/mail/mark.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-05-15 12:15:58 +0000
committeralecpl <alec@alec.pl>2010-05-15 12:15:58 +0000
commite99d21ba051fb2b67147ab1da9c531d7acf8d99b (patch)
tree408024ef8ffea063c5be205f43d7596daab81174 /program/steps/mail/mark.inc
parenta4a270be84051e70f3f3c56d347a724000b0b454 (diff)
- remove offline message list generation on IE, this doesn't realy improve performance now
Diffstat (limited to 'program/steps/mail/mark.inc')
-rw-r--r--program/steps/mail/mark.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/mark.inc b/program/steps/mail/mark.inc
index ae8f0e3a6..973ce687e 100644
--- a/program/steps/mail/mark.inc
+++ b/program/steps/mail/mark.inc
@@ -114,7 +114,7 @@ if (($uids = get_input_value('_uid', RCUBE_INPUT_POST)) && ($flag = get_input_va
$a_headers = $IMAP->list_headers($mbox, NULL, $sort_col, $sort_order,
$jump_back ? NULL : $count);
- rcmail_js_message_list($a_headers, false, false);
+ rcmail_js_message_list($a_headers, false);
}
}
}