Monotone-Parent: 779f7c78a42d4b2a50a642ddf6b7977bc7e6d72d

Monotone-Revision: fa22dd2e0a005adc266396ab36652336d8368a4a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-07-20T18:49:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-07-20 18:49:56 +00:00
parent f714fa42bc
commit 4f43a4fbd2
3 changed files with 7 additions and 14 deletions
+2 -3
View File
@@ -55,9 +55,8 @@
- (void) setEmail: (NSString *)_s
{
// WARNING
// don't touch unless you're going to re-test caldav sync
// with an iPhone AND lightning
/* iCal.app compatibility:
- "mailto" prefix must be in lowercase; */
[self setValue: 0
to: [NSString stringWithFormat: @"mailto:%@", _s]];
}