Monotone-Parent: 006ff807d8307c52defea735313008dfe94862db

Monotone-Revision: cded9d054f382c35639adc8d80f8c14c45e362fa

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-19T00:46:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2008-08-19 00:46:10 +00:00
parent 92a24808bd
commit 0c0468bcb1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -468,7 +468,7 @@ function openMailbox(mailbox, reload, idx) {
var searchValue = search["value"];
if (searchValue && searchValue.length > 0)
url += ("&search=" + search["criteria"]
+ "&value=" + escape(searchValue));
+ "&value=" + escape(searchValue.utf8encode()));
var sortAttribute = sorting["attribute"];
if (sortAttribute && sortAttribute.length > 0)
url += ("&sort=" + sorting["attribute"]