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

This commit is contained in:
Trenton H
2023-03-12 10:31:42 -07:00
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