See ChangeLog

Monotone-Parent: 2af7febd00f4cf3a006ceaf8864e1965236a5511
Monotone-Revision: 70c32f73a22fee53cf4091db0d979ff59560ca99

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2009-10-13T19:10:28
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2009-10-13 19:10:28 +00:00
parent f0ec2d8956
commit db94ff7d3f
2 changed files with 21 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2009-10-13 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Appointments/SOGoAppointmentObject.m (-
_handleAttendee:withDelegate:ownerUser:statusChange:inEvent:):
added proper initialization of variable.
2009-10-12 Ludovic Marcotte <lmarcotte@inverse.ca>
* Updated patchset to support properly windows-1250
@@ -20,6 +26,20 @@
* Main/SOGo.m (-init): released "rm" when no longer needed.
(-dispatchRequest:): simplified leak catching code.
2009-10-09 Francis Lachapelle <flachapelle@inverse.ca>
* UI/PreferencesUI/UIxPreferences.m (+initialize, -init,
-isVacationEnabled, -setEnableVacation:, -enableVacation,
-setAutoReplyText:, -autoReplyText, -setAutoReplyEmailAddresses:,
-autoReplyEmailAddresses, -daysBetweenResponsesList,
-setDaysBetweenResponses:, -daysBetweenResponses,
-setIgnoreLists:. -ignoreLists, -isForwardEnabled,
-setEnableForward:, -enableForward, -setForwardAddress:,
-forwardAddress, -setForwardKeepCopy:, -forwardKeepCopy): added
web elements to set an auto-reply message and forward address in
the preferences window.
(-inTheOffice, setInTheOffice:): removed useless methods.
2009-10-08 Ludovic Marcotte <lmarcotte@inverse.ca>
* Added filters support (Vacation and Forward) which

View File

@@ -808,7 +808,7 @@
[attendee setDelegatedTo: [delegate email]];
NSString *delegatedUID;
NSString *delegatedUID = nil;
NSMutableArray *delegates;
if (removeDelegate)