Fixes issue #2734 - Enhance postmaster filters to be able ignoring vacation mails (out of office).
This commit is contained in:
parent
89c74ba829
commit
568ed22074
1 changed files with 4 additions and 0 deletions
|
@ -127,6 +127,10 @@ class App.UiElement.postmaster_match
|
||||||
value: 'x-loop'
|
value: 'x-loop'
|
||||||
name: 'X-Loop'
|
name: 'X-Loop'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: 'x-zammad-out-of-office'
|
||||||
|
name: 'X-Zammad-Out-Of-Office'
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
groups
|
groups
|
||||||
|
|
Loading…
Reference in a new issue