for now, force text/calendar parts to show up inline

This commit is contained in:
scott%scott-macgregor.org 2003-12-25 01:54:29 +00:00
parent c3d68dad2a
commit 30d7a8ae65

View File

@ -65,7 +65,7 @@ MIME_CalendarCreateContentTypeHandlerClass(const char *content_type,
return NULL;
clazz->superclass = (MimeObjectClass *)COM_GetmimeInlineTextClass();
initStruct->force_inline_display = PR_FALSE;
initStruct->force_inline_display = PR_TRUE;
return clazz;
}