summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail/func.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-02 14:19:24 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-05-02 14:19:24 +0000
commit3090dd61d7e0071c48de147bd38638809430ba98 (patch)
treea4897ecef060d489c2e4ed35b486b29f0a7f0b02 /roundcubemail/program/steps/mail/func.inc
parent020a4c67842875466c9fe65d00fb42801e0c9d5c (diff)
- Added quick search box menu (#1484304)
git-svn-id: https://svn.roundcube.net/trunk@2446 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps/mail/func.inc')
-rw-r--r--roundcubemail/program/steps/mail/func.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/program/steps/mail/func.inc b/roundcubemail/program/steps/mail/func.inc
index f0d7d6f01..537199cc8 100644
--- a/roundcubemail/program/steps/mail/func.inc
+++ b/roundcubemail/program/steps/mail/func.inc
@@ -79,6 +79,7 @@ if (empty($RCMAIL->action) || $RCMAIL->action == 'list')
$OUTPUT->set_env('search_request', $search_request);
}
+ $OUTPUT->set_env('search_mods', $_SESSION['search_mods'] ? $_SESSION['search_mods'] : array('subject'=>'subject'));
// make sure the message count is refreshed (for default view)
$IMAP->messagecount($mbox_name, 'ALL', true);
}