Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut

msgFilterRules.dat is a text file that can be edited. What is its <ignore this line> flag?

  • 2 balas
  • 1 memiliki masalah ini
  • 46 kunjungan
  • Balasan terakhir oleh DentDuRequin
  • Terselesaikan

Message filters are stored in account subdirectories in the file msgFilterRules.dat, which is an ordinary line-oriented text file that can be edited outside of Thunderbird (when Thunderbird is not running). Its format is obvious for the most part, and it's fast and easy to do things like change all "Move to folder" to "Delete" in a particular line range, for example, if you have a good enough text editor. I assume you can mark lines to be ignored rather than delete them. What is that mark?

Message filters are stored in account subdirectories in the file msgFilterRules.dat, which is an ordinary line-oriented text file that can be edited outside of Thunderbird (when Thunderbird is not running). Its format is obvious for the most part, and it's fast and easy to do things like change all "Move to folder" to "Delete" in a particular line range, for example, if you have a good enough text editor. I assume you can mark lines to be ignored rather than delete them. What is that mark?

Solusi terpilih

Begin with /* and end with /*

Baca jawaban ini dalam konteks 👍 1

Semua Balasan (2)

Solusi Terpilih

Begin with /* and end with /*

Thank you. That's exactly what I needed.