Hacker News new | ask | show | jobs
by newscracker 1228 days ago
> The dealbreaker for me when I tried Thunderbird years ago is that it lacked any way to export the filters you'd set up, so you could copy them to your other computers. Has this been addressed?

It’s been a while since I used Thunderbird and looked at its internal files. But I remember some .dat file inside the profile that stored the filters and could be copied across.

Edit: Found it. The filter rules are in a file called msgFilterRules.dat. This answer and others on super user (from more than 10 years ago) have the details. [1] I’m sure the Thunderbird forums would also have this information.

[1]: http://superuser.com/questions/439451/ddg#439458

1 comments

Only tangentially related but I wrote some code to manipulate these filters with the hope that I would help manage/centralize them more easily: https://remusao.github.io/posts/parsing-thunderbird-msg-filt...

Leaving it here in case that’s useful to anyone.