Where does thunderbird store message filters and how can I import them?

The message filters are in this file: msgFilterRules.dat Just copy it into the new profile. You will probably have to make some adjustments to get them to work properly.


In addition to what George said...

I am not sure what the file path would be in windows, but when you copy it over to Ubuntu, it will go here:

<uname>@<hostname>:~$ sudo find / -iname "msgFilterRules.dat"
/home/<uname>/.thunderbird/<random-chars>.default/Mail/Local Folders/msgFilterRules.dat
/home/<uname>/.thunderbird/<random-chars>.default/ImapMail/mail.<domain>.<tld>/msgFilterRules.dat 

Hope this additional information helps others.