Don't try to add attachments during reply operations

This commit is contained in:
Ludovic Marcotte
2014-05-30 13:53:20 -04:00
parent f0dfe37a55
commit 0c2e2f28f7
5 changed files with 17 additions and 9 deletions
+5
View File
@@ -396,6 +396,11 @@ static NSString *userAgent = nil;
return isHTML;
}
- (NSString *) inReplyTo
{
return inReplyTo;
}
- (void) setInReplyTo: (NSString *) newInReplyTo
{
ASSIGN (inReplyTo, newInReplyTo);