mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Monotone-Parent: 508636b211f15c986b1723cd360148e2484f1e0b
Monotone-Revision: 9afcbace353ba580ab5f47ca08c66135441576da Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-22T21:33:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -50,6 +50,11 @@
|
||||
|
||||
@implementation MAPIStoreMailContext
|
||||
|
||||
+ (NSString *) MAPIModuleName
|
||||
{
|
||||
return @"mail";
|
||||
}
|
||||
|
||||
+ (void) registerFixedMappings: (MAPIStoreMapping *) mapping
|
||||
{
|
||||
[mapping registerURL: @"sogo://openchange:openchange@mail/folderINBOX"
|
||||
@@ -392,7 +397,7 @@
|
||||
inFolder: folder
|
||||
withFID: fid];
|
||||
}
|
||||
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user