mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
Don't store draft on disk when not required
This commit is contained in:
@@ -641,7 +641,6 @@ static NSString *userAgent = nil;
|
||||
[imap4URL release];
|
||||
imap4URL = nil;
|
||||
}
|
||||
[self storeInfo];
|
||||
}
|
||||
else
|
||||
error = [NSException exceptionWithHTTPStatus: 500 /* Server Error */
|
||||
@@ -927,8 +926,6 @@ static NSString *userAgent = nil;
|
||||
|
||||
[self setText: [sourceMail contentForEditing]];
|
||||
[self setIMAP4ID: [[sourceMail nameInContainer] intValue]];
|
||||
|
||||
[self storeInfo];
|
||||
}
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user