Monotone-Parent: 006ff807d8307c52defea735313008dfe94862db

Monotone-Revision: cded9d054f382c35639adc8d80f8c14c45e362fa

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2008-08-19T00:46:10
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2008-08-19 00:46:10 +00:00
parent 92a24808bd
commit 0c0468bcb1
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -6,7 +6,7 @@
- fixed a bug where deleting a contact would leave it listed in the contact list until the next refresh
- fixed a bug where events shared among different attendees would no longer be updated automatically
- changed the look of the Calendar module to match the look of Lightning 0.9
- the event details now appear when clicking on it
- the event details appear when the user clicks on it
0.9.0-20080729 (1.0 rc7)
------------------------

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"]