-
Notifications
You must be signed in to change notification settings - Fork 268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add more fields to imap_filter #449
Conversation
@foxcpp - I copied the code for rcpts and therefore it uses new-line separators. Maybe we prefer commas as for the aliases? |
Codecov Report
@@ Coverage Diff @@
## master #449 +/- ##
==========================================
- Coverage 54.15% 54.13% -0.03%
==========================================
Files 123 123
Lines 10333 10343 +10
==========================================
+ Hits 5596 5599 +3
- Misses 4107 4115 +8
+ Partials 630 629 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Manually merged into dev branch as d60ce83. Thanks a lot for your work! |
I added the missing rcpts and address as in the check commands. This helps me to filter based on the original recipe of the email which I expect to change less than the sender.