(email alarms) Fix recipient header encoding

pull/236/head
Francis Lachapelle 2017-04-12 16:22:15 -04:00
parent 6fd9927092
commit 0af81b0831
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
NGMimeMessage *message;
NSString *to, *headerTo, *attendeeName;
attendeeName = [[attendee cnWithoutQuotes] asQPSubjectString: @"utf-8"];
attendeeName = [attendee cnWithoutQuotes];
if ([attendeeName length])
headerTo = [NSString stringWithFormat: @"%@ <%@>", attendeeName,
[attendee rfc822Email]];