From 0c0468bcb1f7f14eafc69fc3c29153931e56a647 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Tue, 19 Aug 2008 00:46:10 +0000 Subject: [PATCH] Monotone-Parent: 006ff807d8307c52defea735313008dfe94862db Monotone-Revision: cded9d054f382c35639adc8d80f8c14c45e362fa Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-08-19T00:46:10 Monotone-Branch: ca.inverse.sogo --- NEWS | 2 +- UI/WebServerResources/MailerUI.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 177bdfc06..13ca68fa8 100644 --- a/NEWS +++ b/NEWS @@ -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) ------------------------ diff --git a/UI/WebServerResources/MailerUI.js b/UI/WebServerResources/MailerUI.js index 367bce24c..3a13dc9ed 100644 --- a/UI/WebServerResources/MailerUI.js +++ b/UI/WebServerResources/MailerUI.js @@ -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"]