Skip to content
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

Upgrade NEWS.md for 3.1.0 #334

Merged
merged 1 commit into from
Jun 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Python 3.6 support dropped

afew stopped supporting the older python version 3.6.

Handle DMARC report with empty spf or dkim XML nodes

DMARC Filter: allow to define subject regexp
flokli marked this conversation as resolved.
Show resolved Hide resolved

Some DMARC report mail have a prefix before "Dmarc Report" in the subject
and where not checked by the plugin.
Afew now allows the user to define the suject regexp in the config file.

Get notmuch database path using Database wrapper
flokli marked this conversation as resolved.
Show resolved Hide resolved

This allows FolderNameFilter to work with a relative path in database.path of notmuch config file.

HeaderMatchingFilter: do not convert user supplied tags
flokli marked this conversation as resolved.
Show resolved Hide resolved

This prevents afew to lowercase the tags defined by the user, allowing to have non lowercase tags.

afew 3.0.0 (2020-03-10)
=======================
Expand Down