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

Fix the --enable-filters option #347

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 27, 2024

  1. Fix the --enable-filters option

    Filter objects must be initialized with the options found in the config file
    but, in the case of `--enable-filters`, new objects were being initialized with
    config options ignored.
    
    This change makes use of the `configured_filter_chain` list of
    already-initialized filter objects and trims it down by comparing filter class
    names with the values passed in the command line for `--enable-filters`.
    
    Closes: afewmail#40
    drebs committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    841b78e View commit details
    Browse the repository at this point in the history