Skip to content

Instantly share code, notes, and snippets.

View thoughtsunificator's full-sized avatar
🧙‍♂️
Working on a new project

Romain Lebesle thoughtsunificator

🧙‍♂️
Working on a new project
View GitHub Profile
@thoughtsunificator
thoughtsunificator / export-import-thunderbird-filters.md
Created September 15, 2023 12:04
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