FEATURE REQUEST: View remote content in junk mail
FEATURE REQUEST: I would love the option to download all remote content for junk mail while that mail is still in the junk mail folder, IOW without having to mark these messages as 'not junk' which moves them to the Inbox.
Всички отговори (3)
You might find this add-on does it:
https://addons.thunderbird.net/en-US/thunderbird/addon/remote-content-by-folder/
I'll try it out and let you know if it works for me. Thanks!
Beth
I'm afraid it didn't work but since I am not familiar with this kind of code, I may have screwed it up. Here's the code the developer used as an example:
Allow regexp: .* Block regexp: ^(Spam|Trash|Deleted (Items|Messages))$ Check block regexp first: yes
And here's what I used which is identical except that "Spam|" is deleted.
Allow regexp: .* Block regexp: ^(Trash|Deleted (Items|Messages))$ Check block regexp first: yes
Did I miss something?
TIA!