mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-09 17:03:20 +00:00
Monotone-Parent: 1be014aa5bfe1a03fbebbd16c6bcdfcf7d7ecf9c
Monotone-Revision: e8f76b9dd2119efe8f7197fb78f29b022c901b71 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-18T16:24:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -136,11 +136,4 @@
|
||||
[self saveContentString: [vcard versitString]];
|
||||
}
|
||||
|
||||
/* message type */
|
||||
|
||||
- (NSString *) outlookMessageClass
|
||||
{
|
||||
return @"IPM.Contact";
|
||||
}
|
||||
|
||||
@end /* SOGoContactGCSEntry */
|
||||
|
||||
@@ -103,11 +103,4 @@
|
||||
[self saveContentString: [vlist versitString]];
|
||||
}
|
||||
|
||||
/* message type */
|
||||
|
||||
- (NSString *) outlookMessageClass
|
||||
{
|
||||
return @"IPM.Contact";
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@@ -278,11 +278,4 @@
|
||||
return [newContact saveContentString: [newCard versitString]];
|
||||
}
|
||||
|
||||
/* message type */
|
||||
|
||||
- (NSString *) outlookMessageClass
|
||||
{
|
||||
return @"IPM.Contact";
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user