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:
Wolfgang Sourdeau
2007-04-10 20:39:40 +00:00
parent cafc68d11f
commit feea942bfd
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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
+1 -1
View File
@@ -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]];