Bug #257058 --> When importing eudora messages, map <x-rich> to text/enriched instead of text/html.

This commit is contained in:
scott%scott-macgregor.org 2004-08-30 19:31:56 +00:00
parent e3780fd17c
commit c3aa276a0d

View File

@ -746,8 +746,8 @@ static PRInt32 eudoraTagLen[] = {
static const char *TagContentType[] = {
"text/html",
"text/html",
"text/html",
"text/html",
"text/enriched",
"text/enriched",
"text/plain",
"text/plain",
};