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
Родитель e3780fd17c
Коммит c3aa276a0d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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",
};