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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user