mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-03 12:35:58 +00:00
for now, force text/calendar parts to show up inline
This commit is contained in:
parent
c3d68dad2a
commit
30d7a8ae65
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user