mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-24 06:30:32 +00:00
See ChangeLog
Monotone-Parent: 916c7ceb6091d24b72b12cfcc4cb930fd83a96f8 Monotone-Revision: 434bb07a3b51027135236efad4365813a470e946 Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2008-11-20T19:17:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -568,7 +568,7 @@
|
||||
while ((recipient = [recipientsEnum nextObject]))
|
||||
if ([[recipient lowercaseString] hasPrefix: @"mailto:"])
|
||||
{
|
||||
person = [iCalPerson new];
|
||||
person = [iCalPerson new];
|
||||
[person setValue: 0 to: recipient];
|
||||
uid = [person uid];
|
||||
oldEvent = nil;
|
||||
|
||||
Reference in New Issue
Block a user