mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-10 22:15:26 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user