Monotone-Parent: 6ea404f36c9613aee16746663a599b51a421006c

Monotone-Revision: 721baf81426a46990c5c456d170347f03f502d1f

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-09-05T02:38:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-09-05 02:38:51 +00:00
parent 089b31362e
commit 4eac9ac1e3
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
2008-09-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailPartViewers/UIxMailPartAlternativeViewer.m
([UIxMailPartAlternativeViewer -selectPartIndexFromTypes:]): give
precedence on multipart/related parts.
* UI/MailPartViewers/UIxMailRenderingContext.m
([UIxMailRenderingContext -viewerForBodyInfo:_info]): add the
mixed viewer as the viewer for "multipart/digest" content.
@@ -92,6 +92,8 @@
if ((count = [_types count]) == 0)
return NSNotFound;
if ((i = [_types indexOfObject:@"multipart/related"]) != NSNotFound)
return i;
if ((i = [_types indexOfObject:@"text/calendar"]) != NSNotFound)
return i;
if ((i = [_types indexOfObject:@"text/html"]) != NSNotFound)