mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 14:43:31 +00:00
Monotone-Parent: 81782c7fefb8fb13fb75a71f82c11bdf8835e6d5
Monotone-Revision: d4cfc42e95f282a5298d595704f14d84e04f4e7e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-15T21:01:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -418,7 +418,8 @@ static BOOL debugSoParts = NO;
|
||||
_subtype = [_subtype lowercaseString];
|
||||
|
||||
if ([_type isEqualToString:@"text"]) {
|
||||
if ([_subtype isEqualToString:@"plain"])
|
||||
if ([_subtype isEqualToString:@"plain"]
|
||||
|| [_subtype isEqualToString:@"html"])
|
||||
return YES;
|
||||
|
||||
if ([_subtype isEqualToString:@"calendar"]) /* we also fetch calendars */
|
||||
|
||||
Reference in New Issue
Block a user