mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 01:08:50 +00:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -43,6 +43,11 @@ MAPIApplication *MAPIApp = nil;
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (NSString *) name
|
||||
{
|
||||
return @"SOGo";
|
||||
}
|
||||
|
||||
- (id) init
|
||||
{
|
||||
if (!MAPIApp)
|
||||
|
||||
@@ -648,6 +648,7 @@ static Class NSArrayK;
|
||||
inUserContext: [self userContext]
|
||||
withActiveUser: activeUser];
|
||||
[self _updateAttachedEvents];
|
||||
[[self userContext] activateWithUser: activeUser];
|
||||
[sogoObject updateContentWithCalendar: calendar
|
||||
fromRequest: nil];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user