mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-01 08:29:45 +00:00
Don't try to add attachments during reply operations
This commit is contained in:
@@ -396,6 +396,11 @@ static NSString *userAgent = nil;
|
||||
return isHTML;
|
||||
}
|
||||
|
||||
- (NSString *) inReplyTo
|
||||
{
|
||||
return inReplyTo;
|
||||
}
|
||||
|
||||
- (void) setInReplyTo: (NSString *) newInReplyTo
|
||||
{
|
||||
ASSIGN (inReplyTo, newInReplyTo);
|
||||
|
||||
Reference in New Issue
Block a user