jessfraz / gmailfilters

A tool to sync Gmail filters from a config file to your account.
MIT License
548 stars 34 forks source link

All available configs #8

Open humitos opened 5 years ago

humitos commented 5 years ago

Hi! Thanks for this great piece of software :heart:

I wanted to know what are all the configs available for each filter. From the README I can see for example query, archiveUnlessToMe, label, queryOr, etc.

Although, I noticed that I want something like markAsImportant = false or similar because when the email matches one of my filters and it has archive = true GMail puts it on the Inbox anyway because their smart algorithm marks it as important :(

Is there an option for this case? Thanks!