Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: jolic on February 22, 2009, 11:34:03 AM

Title: quick search box does't work
Post by: jolic on February 22, 2009, 11:34:03 AM
Hi All,

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.

Best regards,
jolic
Title: my solution
Post by: jolic on February 23, 2009, 05:29:35 PM
Hi All,

Here is my "nearly solution" for this issue.

I have change the line
$result = $IMAP->search($mbox, $search_str, $imap_charset, $_SESSION['sort_col']);
to
$result = $IMAP->search($mbox, $search_str);

in the ..\program\steps\mail\search.inc

and now it works!

However without German 'Umlaute' (like ä,ö,ü,ß). I guess the problem is the charset ( UTF-8 ) ....?

Best Regards,
jolic
Title: quick search box does't work
Post by: jolic on March 05, 2009, 01:43:30 PM
GELÖST! :-)

Link:
Trac... (http://trac.roundcube.net/ticket/1485762)