Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thoughtsunificator/ae0a5f84e43df93c5a167e6bfc2c6b82 to your computer and use it in GitHub Desktop.
Save thoughtsunificator/ae0a5f84e43df93c5a167e6bfc2c6b82 to your computer and use it in GitHub Desktop.
Export/Import Thunderbird filters (Linux)

Export

Save all filters (msgFilterRules.dat files) in a zip file:

$ find .thunderbird/ -type f -name msgFilterRules.dat -print | zip thunderbird-filters -@

Import

After sending the resulting thunderbird-filters.zip to your other computer, find the corresponding filter files in the current machine (under ~/.thunderbird) and update their contents with the contents in the zip fle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment