Minor syntax and comments improvements

This commit is contained in:
Francis Lachapelle
2014-06-05 12:14:34 -04:00
parent e118a72eab
commit fe38518a36
3 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -926,7 +926,7 @@ static NSString *userAgent = nil;
sourceEnvelope = [sourceMail envelope];
[self _fillInReplyAddresses: info replyToAll: toAll
envelope: sourceEnvelope];
envelope: sourceEnvelope];
msgID = [sourceEnvelope messageID];
if ([msgID length] > 0)
[self setInReplyTo: msgID];
@@ -982,7 +982,7 @@ static NSString *userAgent = nil;
@"message/rfc822", @"mimetype",
nil];
[self saveAttachment: [sourceMail content]
withMetadata: attachment];
withMetadata: attachment];
}
[self storeInfo];