See ChangeLog

Monotone-Parent: 4b4728f355bbb34bff8025c45fdf5a359fe6387a
Monotone-Revision: 43226c6973143c1625e30132d5e52ff2c5bf260a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-07-20T17:29:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle 2011-07-20 17:29:46 +00:00
parent e82423d4e2
commit 9158de3654
2 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2011-07-20 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxMailToSelection.js
(addressFieldLostFocus): call addressFieldChanged to validate the
entry and split recipients in multiple fields.
2011-07-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMailMessage.m (-_setupBodyData): new

View file

@ -141,6 +141,7 @@ function addressFieldGotFocus(event) {
function addressFieldLostFocus(event) {
lastIndex = getIndexFromIdentifier(this.id);
addressFieldChanged.bind(this, event)();
}
function addressFieldChanged(event) {