Don't store draft on disk when not required

This commit is contained in:
Francis Lachapelle 2014-12-16 11:45:40 -05:00
parent af09691964
commit 9e97c11401

View file

@ -641,7 +641,6 @@ static NSString *userAgent = nil;
[imap4URL release]; [imap4URL release];
imap4URL = nil; imap4URL = nil;
} }
[self storeInfo];
} }
else else
error = [NSException exceptionWithHTTPStatus: 500 /* Server Error */ error = [NSException exceptionWithHTTPStatus: 500 /* Server Error */
@ -927,8 +926,6 @@ static NSString *userAgent = nil;
[self setText: [sourceMail contentForEditing]]; [self setText: [sourceMail contentForEditing]];
[self setIMAP4ID: [[sourceMail nameInContainer] intValue]]; [self setIMAP4ID: [[sourceMail nameInContainer] intValue]];
[self storeInfo];
} }
// //