Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

FEATURE REQUEST: View remote content in junk mail

  • 3 відповіді
  • 1 має цю проблему
  • 22 перегляди
  • Остання відповідь від bethrosengard

more options

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.

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)

more options
more options

I'll try it out and let you know if it works for me. Thanks!

Beth

more options

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!