mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: 26b4af664f5a42a3f2629266129ea4e4a9bbcd2b
Monotone-Revision: efa28487d89dfe9286942c7a7ce155b70e1a383f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-07-14T14:36:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2009-07-14 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Appointments/SOGoUserFolder+Appointments.m
|
||||
(-davCalendarUserAddressSet): we return the "MAILTO:" prefix in
|
||||
lower case instead.
|
||||
|
||||
* SoObjects/Appointments/SOGoAppointmentFolders.m
|
||||
(-davCalendarComponentSet): new method, copied from
|
||||
SOGoAppointmentFolder.
|
||||
|
||||
@@ -60,7 +60,7 @@
|
||||
while ((currentEmail = [emails nextObject]))
|
||||
{
|
||||
tag = [NSArray arrayWithObjects: @"href", @"DAV:", @"D",
|
||||
[NSString stringWithFormat: @"MAILTO:%@", currentEmail],
|
||||
[NSString stringWithFormat: @"mailto:%@", currentEmail],
|
||||
nil];
|
||||
[addresses addObject: tag];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user