diff --git a/ChangeLog b/ChangeLog index a8a6c3580..adadedfc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-03-01 Francis Lachapelle + + * UI/WebServerResources/ContactsUI.js (appendAddressBook): assume + that lists can be created in the new addressbook. + 2012-02-23 Wolfgang Sourdeau * OpenChange/MAPIStoreMailContext.m diff --git a/UI/WebServerResources/ContactsUI.js b/UI/WebServerResources/ContactsUI.js index 0c4f8e508..a2f5967dd 100644 --- a/UI/WebServerResources/ContactsUI.js +++ b/UI/WebServerResources/ContactsUI.js @@ -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("<", "<", "g")