summaryrefslogtreecommitdiff
path: root/program/steps/mail/list.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-09-23 12:32:09 +0000
committeralecpl <alec@alec.pl>2009-09-23 12:32:09 +0000
commit1cead0cbf40468233f1f644ee6bf11835c74737a (patch)
treed62d415cd7daf6abdc00a320f429826bd563d706 /program/steps/mail/list.inc
parentddc891db460ddabef3194f57177b4f9fb182210e (diff)
- sorting by message index - added 'index_sort' option (#1485936)
Diffstat (limited to 'program/steps/mail/list.inc')
-rw-r--r--program/steps/mail/list.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/program/steps/mail/list.inc b/program/steps/mail/list.inc
index 57bb91979..cd1a3142d 100644
--- a/program/steps/mail/list.inc
+++ b/program/steps/mail/list.inc
@@ -49,12 +49,10 @@ $mbox_name = $IMAP->get_mailbox_name();
if ($_SESSION['search_filter'] && $_SESSION['search_filter'] != 'ALL')
{
$search_request = md5($mbox_name.$_SESSION['search_filter']);
-
$IMAP->search($mbox_name, $_SESSION['search_filter'], RCMAIL_CHARSET, $sort_col);
$_SESSION['search'][$search_request] = $IMAP->get_search_set();
$OUTPUT->set_env('search_request', $search_request);
}
-
// fetch message headers
if ($count = $IMAP->messagecount($mbox_name, 'ALL', !empty($_REQUEST['_refresh'])))