mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
don't prompt/send mdn response when reading news messages, r/sr=sspitzer 209516
This commit is contained in:
parent
737ce90217
commit
fd5e11f510
@ -2102,6 +2102,9 @@ function HandleMDNResponse(aUrl)
|
||||
if (!msgFolder || !msgURI)
|
||||
return;
|
||||
|
||||
if (IsNewsMessage(msgURI))
|
||||
return;
|
||||
|
||||
var msgHdr = messenger.messageServiceFromURI(msgURI).messageURIToMsgHdr(msgURI);
|
||||
var mimeHdr = aUrl.mimeHeaders;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user