mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
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:
@@ -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
|
||||
|
||||
@@ -141,6 +141,7 @@ function addressFieldGotFocus(event) {
|
||||
|
||||
function addressFieldLostFocus(event) {
|
||||
lastIndex = getIndexFromIdentifier(this.id);
|
||||
addressFieldChanged.bind(this, event)();
|
||||
}
|
||||
|
||||
function addressFieldChanged(event) {
|
||||
|
||||
Reference in New Issue
Block a user