mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Bug #257058 --> When importing eudora messages, map <x-rich> to text/enriched instead of text/html.
This commit is contained in:
parent
e3780fd17c
commit
c3aa276a0d
@ -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",
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user