Don't store draft on disk when not required

pull/91/head
Francis Lachapelle 2014-12-16 11:45:40 -05:00
parent af09691964
commit 9e97c11401
1 changed files with 0 additions and 3 deletions

View File

@ -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];
}
//