diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-01 12:50:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-01 12:50:00 +0200 |
commit | 5af3b33f97695bd174c36851117523cd37569bf8 (patch) | |
tree | 8ba2818db2beeac1f3e989f45b8bc4f64370966a /program/lib/Roundcube/rcube_imap.php | |
parent | fcb7d4fc034335d960917abd37254bd3997cf2f3 (diff) | |
parent | ea5d7498224e4087f63ab3726162576c067c01d4 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/lib/Roundcube/rcube_imap.php')
-rw-r--r-- | program/lib/Roundcube/rcube_imap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/lib/Roundcube/rcube_imap.php b/program/lib/Roundcube/rcube_imap.php index 9a07711c2..79a8973db 100644 --- a/program/lib/Roundcube/rcube_imap.php +++ b/program/lib/Roundcube/rcube_imap.php @@ -761,7 +761,7 @@ class rcube_imap extends rcube_storage $page = $page ? $page : $this->list_page; // use saved message set - if ($this->search_string && $folder == $this->folder) { + if ($this->search_string) { return $this->list_search_messages($folder, $page, $slice); } |