See ChangeLog

Monotone-Parent: df3aa42d7aa65c233839e872cc103d9cf8c2d654
Monotone-Revision: 9e1649b38d7b35c48bc95fdbaa0ed062a6046495

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2012-09-13T15:49:22
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Ludovic Marcotte 2012-09-13 15:49:22 +00:00
parent c9b456c86d
commit 0da9573834
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2012-09-13 Ludovic Marcotte <lmarcotte@inverse.ca>
* Fixed bug #1942. We now set the app name to "SOGo"
for the Samba/OpenChange application so wox are properly
found by SOPE.
2012-09-12 Ludovic Marcotte <lmarcotte@inverse.ca>
* OpenChange/MAPIStoreTasksMessage.m: added a way to get

View File

@ -43,6 +43,11 @@ MAPIApplication *MAPIApp = nil;
return NO;
}
- (NSString *) name
{
return @"SOGo";
}
- (id) init
{
if (!MAPIApp)

View File

@ -648,6 +648,7 @@ static Class NSArrayK;
inUserContext: [self userContext]
withActiveUser: activeUser];
[self _updateAttachedEvents];
[[self userContext] activateWithUser: activeUser];
[sogoObject updateContentWithCalendar: calendar
fromRequest: nil];