mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 19:35:38 +00:00
Monotone-Parent: e4061b37bffe8a7f2898355a6e8d4036e46115d0
Monotone-Revision: df6e6d4970991afb31fd11ee19fa747e5c5c76d5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-10-22T22:18:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2007-10-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Contacts/SOGoContactLDIFEntry.m ([SOGoContactLDIFEntry
|
||||
-davEntityTag]): modified to return the "hash" of the vCard string.
|
||||
|
||||
* UI/MailerUI/UIxMailActions.m ([UIxMailActions
|
||||
-removeAllLabelsAction]): new method that removes all label flags
|
||||
from the associated message.
|
||||
|
||||
@@ -173,7 +173,12 @@
|
||||
|
||||
- (NSString *) davEntityTag
|
||||
{
|
||||
return [ldifEntry objectForKey: @"modifyTimeStamp"];
|
||||
unsigned int hash;
|
||||
// return [ldifEntry objectForKey: @"modifyTimeStamp"];
|
||||
|
||||
hash = [[self contentAsString] hash];
|
||||
|
||||
return [NSString stringWithFormat: @"hash%u", hash];
|
||||
}
|
||||
|
||||
- (NSString *) davContentType
|
||||
|
||||
Reference in New Issue
Block a user