mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
Monotone-Parent: cb3f479134d1d5c2e5302fa2bc5e9546144fd5df
Monotone-Revision: 7add241a803ae2c2ee7ea4c1c708f60ef7e6498b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-08-22T21:25:01 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2008-08-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/Contacts/UIxContactView.m ([UIxContactView -workUrl])
|
||||
([UIxContactView -homeUrl]): the test for the presence of a
|
||||
protocol was inverted, causing the output of wrong urls anyway...
|
||||
|
||||
* SoObjects/Contacts/SOGoContactLDIFEntry.m ([SOGoContactLDIFEntry
|
||||
-vCard]): replaced query for field "notes" with "description".
|
||||
Added support for Mozilla custom fields 1 to 4.
|
||||
|
||||
@@ -316,7 +316,7 @@
|
||||
{
|
||||
url = [[elements objectAtIndex: 0] value: 0];
|
||||
|
||||
if ([[url lowercaseString] rangeOfString: @"://"].length)
|
||||
if (![[url lowercaseString] rangeOfString: @"://"].length)
|
||||
url = [NSString stringWithFormat: @"http://%@", url];
|
||||
|
||||
data = [NSString stringWithFormat:
|
||||
|
||||
Reference in New Issue
Block a user