mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 23:51:23 +00:00
Monotone-Parent: 79d4612ae4a95206d934814a5aef8dd0eb18b3a5
Monotone-Revision: 999389a6cb3e539aba3be3c471cee2589def445e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-04-19T21:42:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2011-04-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreFolder.m (-createMessage): no longer a
|
||||
mandatory method. Returns nil when not overriden.
|
||||
|
||||
2011-04-15 Francis Lachapelle <flachapelle@inverse.ca>
|
||||
|
||||
* UI/WebServerResources/ckeditor/config.js: Changed the default
|
||||
|
||||
@@ -395,8 +395,7 @@ Class NSExceptionK, MAPIStoreMessageTableK, MAPIStoreFAIMessageTableK, MAPIStore
|
||||
|
||||
- (MAPIStoreMessage *) createMessage
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
|
||||
[self logWithFormat: @"ignored method: %s", __PRETTY_FUNCTION__];
|
||||
return nil;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user