PR #3176 - adds List-Unsubscribe tag to identify newsletters
This commit is contained in:
parent
08f840b1dc
commit
65d6c71b80
1 changed files with 4 additions and 0 deletions
|
@ -107,6 +107,10 @@ class App.UiElement.postmaster_match
|
|||
value: 'list-id'
|
||||
name: 'List-Id'
|
||||
},
|
||||
{
|
||||
value: 'list-unsubscribe'
|
||||
name: 'List-Unsubscribe'
|
||||
},
|
||||
{
|
||||
value: 'list-archive'
|
||||
name: 'List-Archive'
|
||||
|
|
Loading…
Reference in a new issue