зеркало из https://github.com/mozilla/pjs.git
Fix for bug 97256. Don't be case sensitive when checking for a RFC822 header!
Patch provided by Denis Antrushin <adu@sparc.spb.su>. R=ducarroz, SR=sspitzer
This commit is contained in:
Родитель
fc9f631831
Коммит
f41497bb73
|
@ -416,7 +416,7 @@ HG09091
|
||||||
obj->options &&
|
obj->options &&
|
||||||
obj->options->decompose_file_p &&
|
obj->options->decompose_file_p &&
|
||||||
ct )
|
ct )
|
||||||
obj->options->is_multipart_msg = PL_strstr(ct, "multipart/") != NULL;
|
obj->options->is_multipart_msg = PL_strcasestr(ct, "multipart/") != NULL;
|
||||||
#endif /* MIME_DRAFTS */
|
#endif /* MIME_DRAFTS */
|
||||||
|
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче