summaryrefslogtreecommitdiff
path: root/program/steps/mail/search.inc
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-10-07 08:33:24 +0000
committeralecpl <alec@alec.pl>2011-10-07 08:33:24 +0000
commitb1f0846727331f58342e9cfdd02df03ea8f15181 (patch)
treeb1669c03a72dab26aa8133371729144f69820489 /program/steps/mail/search.inc
parent8fb04bee97aa6ae0b4a9faac0a4c0d2d27e1f64e (diff)
- Make sure LDAP name fields aren't arrays (#1488108)
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 d34454ff1..2e7fd130c 100644
--- a/program/steps/mail/search.inc
+++ b/program/steps/mail/search.inc
@@ -78,7 +78,7 @@ else if(trim($str))
case 'text': $subject['text'] = 'TEXT'; break;
default: $subject[$header] = 'HEADER '.strtoupper($header);
}
-
+
// save search modifiers for the current folder to user prefs
$search_mods = $RCMAIL->config->get('search_mods', $SEARCH_MODS_DEFAULT);
$search_mods[$mbox] = array_fill_keys(array_keys($subject), 1);