Allows filtering email by the TO value(s) as well

This commit is contained in:
Trenton H
2023-01-25 14:06:36 -08:00
parent 70ac696f17
commit 3e467c517d
12 changed files with 80 additions and 9 deletions

View File

@@ -42,6 +42,8 @@ export interface PaperlessMailRule extends ObjectWithId {
filter_from: string
filter_to: string
filter_subject: string
filter_body: string