Thunderbird: Copy filter rules file msgFilterRules.dat to different profile
- To copy the filters from one account directory to another one:
- open dir:
- Windows:
C:\Users\<username>\AppData\Roaming\Thunderbird\Profiles\<profilename>\ImapMail\<mailname>
- Linux:
~/.thunderbird/<profilename>/ImapMail/<mailname>
- copy file
msgFilterRules.dat
to desired account directory
- Filter entry example:
name="<filtername>"
enabled="yes"
type="145"
action="Move to folder"
actionValue="imap://<local emailspecification>/<emaildir>"
condition="OR (all addresses,contains,<keyword 1>) OR (all addresses,contains,<keyword 2>)"