mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 75edf160eabb9019f1da0e81ecc9323bf007c389
Monotone-Revision: d78171ae9ddd9c9879bd98773d9f7cd1d734479a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-10T20:39:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2007-04-10 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Contacts/SOGoContactGCSEntry.m ([SOGoContactGCSEntry
|
||||
-vCard]): test the prefix of the card in a case-independent way.
|
||||
|
||||
* OGoContentStore/OCSContactFieldExtractor.m
|
||||
([OCSContactFieldExtractor
|
||||
-extractQuickFieldsFromContent:content]): we no longer accept
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
if (!card)
|
||||
{
|
||||
contentStr = [self contentAsString];
|
||||
if ([contentStr hasPrefix:@"BEGIN:VCARD"])
|
||||
if ([[contentStr uppercaseString] hasPrefix:@"BEGIN:VCARD"])
|
||||
card = [NGVCard parseSingleFromSource: contentStr];
|
||||
else
|
||||
card = [NGVCard cardWithUid: [self nameInContainer]];
|
||||
|
||||
Reference in New Issue
Block a user