From 65d6c71b807420905e601364c22e3fc34384b9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Barthe?= Date: Tue, 1 Sep 2020 15:58:31 +0200 Subject: [PATCH] PR #3176 - adds List-Unsubscribe tag to identify newsletters --- .../app/controllers/_ui_element/postmaster_match.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee b/app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee index 71196d269..966c784dc 100644 --- a/app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee +++ b/app/assets/javascripts/app/controllers/_ui_element/postmaster_match.coffee @@ -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'