mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 09:21:23 +00:00
Fix for ticket #1653.
Monotone-Parent: ad2e25f535a12ca49c9e0f9a8d18c0ef66eb5bbd Monotone-Revision: b1c2ca52ec5ce74741f62b95f3be18e4d6c99949 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-03-01T20:23:25
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user