diff options
author | alecpl <alec@alec.pl> | 2009-05-02 14:19:24 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-05-02 14:19:24 +0000 |
commit | 30b152b1947e773a618bc29bfa3b5b505ceeb1d7 (patch) | |
tree | d957132b27c4e0db1ea179fdc30f42cb31b6f2ad /program/steps/mail/func.inc | |
parent | 4e65a3c145006348af29d913463fd683b72fe5c0 (diff) |
- Added quick search box menu (#1484304)
Diffstat (limited to 'program/steps/mail/func.inc')
-rw-r--r-- | program/steps/mail/func.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index f0d7d6f01..537199cc8 100644 --- a/program/steps/mail/func.inc +++ b/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); } |