From 9cd22ebceb2f6f7bb7c4e08dbc1923aef0ed7062 Mon Sep 17 00:00:00 2001 From: "rhp%netscape.com" Date: Fri, 20 Aug 1999 14:47:41 +0000 Subject: [PATCH] Attachments were broken with new display, so this fixes it...VERY safe fix git-svn-id: svn://10.0.0.236/trunk@43823 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/mime/src/mimemoz2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mailnews/mime/src/mimemoz2.cpp b/mozilla/mailnews/mime/src/mimemoz2.cpp index 6d879c1e7d6..aa24b22a58a 100644 --- a/mozilla/mailnews/mime/src/mimemoz2.cpp +++ b/mozilla/mailnews/mime/src/mimemoz2.cpp @@ -254,7 +254,7 @@ NotifyEmittersOfAttachmentList(MimeDisplayOptions *opt, // RICHIE SHERRY - this will go away once we cutover... nsIPref *pref = GetPrefServiceManager(opt); // Pref service manager - PRBool mimeXULOutput = PR_FALSE; + PRBool mimeXULOutput = PR_TRUE; if (pref) pref->GetBoolPref("mail.mime_xul_output", &mimeXULOutput);