Revert "(fix) ensure calendar objects have a (fake) filename"

This reverts commit a145fdbb53.
pull/91/head
Ludovic Marcotte 2015-06-17 15:57:16 -04:00
parent e5c4907aba
commit e65ff2105e
1 changed files with 0 additions and 2 deletions

View File

@ -777,8 +777,6 @@ static BOOL debugSoParts = NO;
filename = [NSString stringWithFormat: @"unknown_%@", path];
else if ([mimeType isEqualToString: @"message/rfc822"])
filename = [NSString stringWithFormat: @"email_%@.eml", path];
else if ([mimeType isEqualToString: @"text/calendar"])
filename = [NSString stringWithFormat: @"calendar_%@.ics", path];
if (filename)