mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 06:55:26 +00:00
Monotone-Parent: ed60dc2436a8163bc04661e1f66b3a3d30c2284c
Monotone-Revision: a09bb98f042f5485200b06b6f1b4c5b7c4d18f4a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-29T19:45:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2007-11-29 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoContentObject.m ([SOGoContentObject
|
||||
-ocsPathOfContainer]): return the intended value, not that of
|
||||
ocsPath...
|
||||
|
||||
* SoObjects/Appointments/SOGoCalendarComponent.m
|
||||
([SOGoCalendarComponent -sendResponseToOrganizer]): send the
|
||||
message only of sendEMailNotifications is set.
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
else
|
||||
ocsPathOfContainer = nil;
|
||||
|
||||
return ocsPath;
|
||||
return ocsPathOfContainer;
|
||||
}
|
||||
|
||||
- (GCSFolder *) ocsFolder
|
||||
|
||||
Reference in New Issue
Block a user