mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: 3a355e79e6eee869bec77ad32e28a6640e81cd02
Monotone-Revision: a3012f209b73b78a6c9e34d61aedf2907383b05b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-07-10T12:47:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-07-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoContentObject.m (-davResourceType): new
|
||||
resource that returns an empty string for DAV compliance.
|
||||
|
||||
2009-07-09 Cyril Robert <crobert@inverse.ca>
|
||||
|
||||
* UI/MailPartViewers/UIxMailRenderingContext.m: Display .tiff as
|
||||
|
||||
@@ -393,6 +393,11 @@
|
||||
[content lengthOfBytesUsingEncoding: NSUTF8StringEncoding]];
|
||||
}
|
||||
|
||||
- (NSString *) davResourceType
|
||||
{
|
||||
return @"";
|
||||
}
|
||||
|
||||
- (NSException *) davMoveToTargetObject: (id) _target
|
||||
newName: (NSString *) _name
|
||||
inContext: (id) _ctx
|
||||
|
||||
Reference in New Issue
Block a user