-
Notifications
You must be signed in to change notification settings - Fork 98
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
FolderNameFilter now looks at all folders that a message is in. #145
FolderNameFilter now looks at all folders that a message is in. #145
Conversation
I used this branch already for a while now and it works for me. But I wouldn't call this extensive testing. |
@varac Thank you for the feedback 🍺 |
@GuillaumeSeren: I think this might need a bit usage documentation, and we probably also should start adding some tests… |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please also update docs/source/filters.rst
?
Switched from message.get_filename() to message.get_filenames() and added appropriate processing to handle the list of file names.
9b08a38
to
86bcdd6
Compare
Ok let's merge it. |
Switched from message.get_filename() to message.get_filenames() and added appropriate processing to handle the list of file names.
This is a rebased version of the #74