Bug 824909 - Print/Print preview of .eml files shows blank on linux - don't add wrong file association to ~/.local/share/applications/mimeapps.list. r=mkmelin, a=mkmelin

Landing on CLOSED TREE for seamonkey
This commit is contained in:
Bryan Quigley 2014-10-23 12:47:05 -04:00
Родитель ae3370e8d2
Коммит dab2b95697
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -51,7 +51,8 @@ struct AppTypeAssociation {
static const AppTypeAssociation sAppTypes[] = {
{
nsIShellService::MAIL, sMailProtocols, ArrayLength(sMailProtocols),
"message/rfc822", "eml"
"message/rfc822",
nullptr // don't associate .eml extension, as that breaks printing those
},
{
nsIShellService::NEWS, sNewsProtocols, ArrayLength(sNewsProtocols),