Fix for ticket #1653.

Monotone-Parent: ad2e25f535a12ca49c9e0f9a8d18c0ef66eb5bbd
Monotone-Revision: b1c2ca52ec5ce74741f62b95f3be18e4d6c99949

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2012-03-01T20:23:25
maint-2.0.2
Francis Lachapelle 2012-03-01 20:23:25 +00:00
parent da872807e0
commit f42bb82deb
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-03-01 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/ContactsUI.js (appendAddressBook): assume
that lists can be created in the new addressbook.
2012-02-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMailContext.m

View File

@ -727,6 +727,7 @@ function appendAddressBook(name, folder) {
li.setAttribute("id", folder);
li.setAttribute("owner", owner);
li.setAttribute("list-editing", "available");
li.addClassName("local");
li.appendChild(document.createTextNode(name
.replace("&lt;", "<", "g")