mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 02:45:08 +00:00
Monotone-Parent: cbba640dfc6321c0f4565ae72d616bc60cb20407
Monotone-Revision: 1f959c8c87357cf8d3745bf7b492bc7800597701 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-01-16T18:59:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -48,8 +48,11 @@
|
||||
|
||||
- (NGVCard *) vCard
|
||||
{
|
||||
NSString *content;
|
||||
|
||||
if (!card)
|
||||
{
|
||||
content = [record objectForKey: @"c_content"];
|
||||
if ([[content uppercaseString] hasPrefix: @"BEGIN:VCARD"])
|
||||
card = [NGVCard parseSingleFromSource: content];
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user