jessfraz / gmailfilters

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

Support "Mark important" #16

Closed adambkaplan closed 1 year ago

adambkaplan commented 4 years ago

Add the ability to always or never mark a message as important.

Fixes #15 Signed-off-by: Adam Kaplan adam.kaplan@redhat.com

codecov-io commented 4 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.89%. The diff coverage is 23.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   15.41%   16.30%   +0.89%     
==========================================
  Files           4        4              
  Lines         266      276      +10     
==========================================
+ Hits           41       45       +4     
- Misses        221      226       +5     
- Partials        4        5       +1     
Impacted Files Coverage Δ
filter.go 27.21% <23.52%> (+0.93%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update acfbce1...ba65392. Read the comment docs.

adambkaplan commented 1 year ago

Closing to get this out of my "PR queue" (maintainers can feel free to reopen and merge).

I suspect, however, that recent changes to Google's OAuth client render this project obsolete. :crying_cat_face: