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);