Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save LeeiFrankJaw/362762dfa4327ccabe83e9120647ead5 to your computer and use it in GitHub Desktop.

Select an option

Save LeeiFrankJaw/362762dfa4327ccabe83e9120647ead5 to your computer and use it in GitHub Desktop.
Reset the remote content policy of a message in Thunderbird

First, open the message whose remote content policy you want to reset. Then open Error Console (Ctrl+Shift+J) from Tools -> Developer Tools. Finally type the following into the console.

tabmail.currentAboutMessage.setMsgHdrPropertyAndReload("remoteContentPolicy", 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment