mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 19:42:48 +00:00
Monotone-Parent: 00ac31b5372de5deb01c919e39d6eacc4a512125
Monotone-Revision: 6dba4565cf1a4808254012e5e6299fe143f884f5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-08-11T16:52:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1559,11 +1559,13 @@ RANGE(2);
|
||||
|
||||
if (!isOwner)
|
||||
{
|
||||
NSString *currentEmail;
|
||||
NSString *currentEmail, *quotedEmail;
|
||||
|
||||
currentEmail = [[[context activeUser] allEmails] objectAtIndex: 0];
|
||||
[organizer addAttribute: @"SENT-BY"
|
||||
value: [NSString stringWithFormat: @"\"MAILTO:%@\"", currentEmail]];
|
||||
quotedEmail = [NSString stringWithFormat: @"\"MAILTO:%@\"",
|
||||
currentEmail];
|
||||
[organizer setValue: 0 ofAttribute: @"SENT-BY"
|
||||
to: quotedEmail];
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user