Roundcube Community Forum

 

quick search box does't work

Started by jolic, February 22, 2009, 11:34:03 AM

Previous topic - Next topic

jolic

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

jolic

#1
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

jolic

#2
GELÖST! :-)

Link:
Trac...