mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 03:55:26 +00:00
Monotone-Parent: f8764bb1be122e1abcfc552aabd04eda662fc647
Monotone-Revision: eb31622ae90d2fb89289c5fd7f92a7a374d2a7ae Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-02-15T21:08:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2007-02-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailPartViewers/UIxMailRenderingContext.m: returns the
|
||||
alternativeViewer a multipart/related message is being handled.
|
||||
|
||||
* UI/MailPartViewers/UIxMailPartHTMLViewer.m: reimplemented module
|
||||
from scratch.
|
||||
|
||||
|
||||
@@ -178,9 +178,10 @@ static BOOL showNamedTextAttachmentsInline = NO;
|
||||
if ([mt isEqualToString:@"multipart"]) {
|
||||
if ([st isEqualToString:@"mixed"])
|
||||
return [self mixedViewer];
|
||||
if ([st isEqualToString:@"signed"])
|
||||
else if ([st isEqualToString:@"signed"])
|
||||
return [self signedViewer];
|
||||
if ([st isEqualToString:@"alternative"])
|
||||
else if ([st isEqualToString:@"alternative"]
|
||||
|| [st isEqualToString:@"related"])
|
||||
return [self alternativeViewer];
|
||||
|
||||
if ([st isEqualToString:@"report"])
|
||||
|
||||
Reference in New Issue
Block a user