PR #3176 - adds List-Unsubscribe tag to identify newsletters

This commit is contained in:
Cédric Barthe 2020-09-01 15:58:31 +02:00 committed by Mantas
parent 08f840b1dc
commit 65d6c71b80

View file

@ -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'