mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 18:57:18 +00:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user