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)
#else
// can't send appledouble on non-macs
if (strcmp(aContentType, "multipart/appledouble"))
if (!strcmp(aContentType, "multipart/appledouble"))
#endif
{
PR_FREEIF(ma->m_type);