зеркало из https://github.com/mozilla/pjs.git
fix forward as attachment to set content type to message/rfc822, sr=mscott, 388361
This commit is contained in:
Родитель
62d834cdf7
Коммит
432296b931
|
@ -476,7 +476,7 @@ FetcherURLDoneCallback(nsresult aStatus,
|
||||||
if (!ma->mAppleFile)
|
if (!ma->mAppleFile)
|
||||||
#else
|
#else
|
||||||
// can't send appledouble on non-macs
|
// can't send appledouble on non-macs
|
||||||
if (strcmp(aContentType, "multipart/appledouble"))
|
if (!strcmp(aContentType, "multipart/appledouble"))
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
PR_FREEIF(ma->m_type);
|
PR_FREEIF(ma->m_type);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче