summaryrefslogtreecommitdiff
path: root/program/include
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-09-08 14:45:26 +0000
committeralecpl <alec@alec.pl>2011-09-08 14:45:26 +0000
commitb7fd98e338d64027c1df26c88e0fa66e1988dc74 (patch)
tree01585c011884ad89ab6c8f26501159da9efcd496 /program/include
parent71f72f928b2e637471268416131841b4ddca2bd0 (diff)
- Fix compacting folder resets message list filter (#1488076)
- Fix reset-search action so it resets list page number to 1
Diffstat (limited to 'program/include')
-rw-r--r--program/include/rcube_imap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/include/rcube_imap.php b/program/include/rcube_imap.php
index d14a643de..dfbee76c0 100644
--- a/program/include/rcube_imap.php
+++ b/program/include/rcube_imap.php
@@ -426,7 +426,7 @@ class rcube_imap
function set_search_set($str=null, $msgs=null, $charset=null, $sort_field=null, $threads=false, $sorted=false)
{
if (is_array($str) && $msgs == null)
- list($str, $msgs, $charset, $sort_field, $threads) = $str;
+ list($str, $msgs, $charset, $sort_field, $threads, $sorted) = $str;
if ($msgs === false)
$msgs = array();
else if ($msgs != null && !is_array($msgs))