fix forward as attachment to set content type to message/rfc822, sr=mscott, 388361

This commit is contained in:
bienvenu%nventure.com 2007-06-06 00:18:40 +00:00
Родитель 62d834cdf7
Коммит 432296b931
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);