Ticket #1485762 (closed Bugs: fixed)
quick search box does't work
| Reported by: | jolic | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | IMAP connection | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
I use the 0.2 stable with the default skin. Unfortunately the 'quick search box' in the mailbox doesn't work. Only the window "Search..." get up and after long time the result is: request time expired.
I have change ..\program\steps\mail\search.inc the follow line:
$result = $IMAP->search($mbox, $search_str, $imap_charset, $_SESSION['sort_col']); to: $result = $IMAP->search($mbox, $search_str);
and now it works! However without German umlauts ;-(
Best regards, jolic
Change History
Note: See
TracTickets for help on using
tickets.
