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 ».

Learn More

how to synchronize filter settings for same email account an 2 computers

  • 1 réponse
  • 1 a ce problème
  • 6 vues
  • Dernière réponse par Zenos

more options

when a filter is created on 1 computer how to set it so the same filter goes to the second computer for same email address

when a filter is created on 1 computer how to set it so the same filter goes to the second computer for same email address

Toutes les réponses (1)

more options

There is no built-in means of linking the filters together.

You could export/import the filters.

https://addons.mozilla.org/en-US/thunderbird/addon/thunderbird-message-filter-imp/

Beware! When it imports, it will overwrite the existing filters, not merge them.

All this add-on is doing is copying the underlying data file, msgFilterRules.dat. There is one per account, so you can move these by hand if you don't want to use the add-on. A tool such as Microsoft's robocopy could be used to traverse your file system and collect (then replace) all of your various msgFilterRules.dat files, retaining the tree structure.

This copies all the msgFilterRules.dat from my profile, cjr_profile to a folder by the same name on my USB thumbdrive in D:\.

robocopy cjr_profile\ d:\cjr_profile\ msgFilterRules.dat /S

These are text files, so if you're careful, you could merge filter rules from your various computers by melding their rules files together.

Caution - filters contain rules which use explicit pathnames when moving or copying messages between folders. If your folder systems on your two computers are not identical, your filters may fail.