mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Enhancement: re-work mail rule dialog, support multiple include patterns (#7635)
This commit is contained in:
@@ -658,6 +658,12 @@ class TestMail(
|
||||
exclude_pattern=None,
|
||||
expected_matches=["f2.png"],
|
||||
),
|
||||
FilterTestCase(
|
||||
"PDF Files with f2 and f3",
|
||||
include_pattern="f2.pdf,f3*",
|
||||
exclude_pattern=None,
|
||||
expected_matches=["f2.pdf", "f3.pdf"],
|
||||
),
|
||||
FilterTestCase(
|
||||
"PDF Files without f1",
|
||||
include_pattern="*.pdf",
|
||||
|
Reference in New Issue
Block a user