Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

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

  • 2 válasz
  • 1 embernek van ilyen problémája
  • 63 megtekintés
  • Utolsó üzenet ettől: DentDuRequin

more options

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?

Kiválasztott megoldás

Begin with /* and end with /*

Válasz olvasása eredeti szövegkörnyezetben 👍 1

Összes válasz (2)

more options

Kiválasztott megoldás

Begin with /* and end with /*

more options

Thank you. That's exactly what I needed.