summaryrefslogtreecommitdiff
path: root/program/steps/mail/search.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-12-02 09:58:03 +0000
committeralecpl <alec@alec.pl>2011-12-02 09:58:03 +0000
commite237eec8468e99b65a9160a0a3f07529b92725e3 (patch)
tree7dc3356870ba062c595c2901ed1aac1e0d483252 /program/steps/mail/search.inc
parenta691021389779487e93370ad4c4120cd0ee516b7 (diff)
- Applied fixes from trunk up to r5526
Diffstat (limited to 'program/steps/mail/search.inc')
-rw-r--r--program/steps/mail/search.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/search.inc b/program/steps/mail/search.inc
index 593eac427..49f31e0c1 100644
--- a/program/steps/mail/search.inc
+++ b/program/steps/mail/search.inc
@@ -107,7 +107,7 @@ $search_str = trim($search_str);
// execute IMAP search
if ($search_str)
- $result = $IMAP->search($mbox, $search_str, $imap_charset, $_SESSION['sort_col']);
+ $IMAP->search($mbox, $search_str, $imap_charset, $_SESSION['sort_col']);
// Get the headers
$result_h = $IMAP->list_headers($mbox, 1, $_SESSION['sort_col'], $_SESSION['sort_order']);