GFM is simple tool meant to automatically reduce number of filter in Gmail and get rid of duplicated filter.
It compares each filter without its from
field, gets rid off duplicates and concatenate corresponding from
fields into single filter so it works as before.
Tool works best if user creates many simple filters in Gmail e.g. from + label
.
In my case it reduced n. of filter from 160 to 80.
- Gmail : export and delete filters from Gmail (Make sure to keep the exported file as back up.)
- GFM : process
mailFilters.xml
with tool - Gmail : import
mailFilters.xml
into gmail
- Go to gmail > settings > all settings > filters
- Check all or any filters that are to be processed
- Bellow filters click export button (exports
mailFilters.xml
) Always make sure to keep exported file as back up. - Delete above checked filters in gmail.
- Load
mailFilters.xml
into the app - Click process button (check visually if necessary in UI)
- Export as
mailFilters.xml
- Go back to gmail > settings > all settings > filters
- Import button bellow filters
It runs (for now only) dark theme.
GFM is licensed under the GNU Lesser General Public License v2.1 )