mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-01 01:39:30 +00:00
Monotone-Parent: ada62a2c1749c8efe92459e189aa7b823bc4112b
Monotone-Revision: eb7683f1196884474dd2db6823f4dd8800732b54 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-01T21:18:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
|
||||
2010-11-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoAptMailUpdate.m (-setupValues): avoid
|
||||
setting values that are already set in SOGoAptMailNotification.
|
||||
|
||||
* SoObjects/Appointments/SOGoAptMailDeletion.m (-getBody): added
|
||||
the same details as for the meeting invitations.
|
||||
|
||||
|
||||
@@ -134,12 +134,6 @@
|
||||
[values setObject: [dateFormatter formattedTime: date]
|
||||
forKey: @"OldStartTime"];
|
||||
|
||||
date = [self newStartDate];
|
||||
[values setObject: [dateFormatter shortFormattedDate: date]
|
||||
forKey: @"StartDate"];
|
||||
[values setObject: [dateFormatter formattedTime: date]
|
||||
forKey: @"StartTime"];
|
||||
|
||||
[self _setupBodyValuesWithFormatter: dateFormatter];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user