Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 2 réponses
  • 1 a ce problème
  • 63 vues
  • Dernière réponse par 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?

Solution choisie

Begin with /* and end with /*

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (2)

more options

Solution choisie

Begin with /* and end with /*

more options

Thank you. That's exactly what I needed.