Monotone-Parent: eafd3c0c3b5dc6879988981674509a8d1ccfc286

Monotone-Revision: b2324fd0b056d26c1f593b22e0516160fd06bd3c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-31T13:49:31
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-08-31 13:49:31 +00:00
parent f591023b2c
commit d4c7a0520a
23 changed files with 152 additions and 51 deletions
+16
View File
@@ -1,3 +1,19 @@
2010-08-31 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/UIxMailEditor.js
(onMenuCheckReturnReceipt): new function.
(getMenus): added entries for initializing the new "Options" menu
as well as the "Priority" menu.
* UI/MailerUI/UIxMailEditor.m (-setReceipt, -receipt): new
accessors for the "receipt" hidden input field, meant to interract
the the "return receipt" entry in the "Options" menu.
(-setReplyTo, -replyTo): removed obsolete methods.
* SoObjects/Mailer/SOGoDraftObject.m (-setHeaders:)
(-mimeHeaderMapWithHeaders:excluding:): added handling for the
"Disposition-Notification-To" header.
2010-08-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* Tools/SOGoToolRemoveDoubles.m, UI/MailerUI/UIxMailFormatter.m: