mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 11:36:39 +01:00
Allows filtering email by the TO value(s) as well
This commit is contained in:
parent
70ac696f17
commit
3e467c517d
12 changed files with 80 additions and 9 deletions
|
|
@ -42,6 +42,8 @@ export interface PaperlessMailRule extends ObjectWithId {
|
|||
|
||||
filter_from: string
|
||||
|
||||
filter_to: string
|
||||
|
||||
filter_subject: string
|
||||
|
||||
filter_body: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue