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
This commit is contained in:
rhp%netscape.com
1999-08-20 14:47:41 +00:00
parent 9fab4d944a
commit 9cd22ebceb

View File

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