From 74643fb1a4e9d5fcf7235df63ef0632bb6db818a Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Wed, 9 Dec 2020 08:11:43 -0500 Subject: Add BugLink to non-person trailers Looks like BugLink: is a trailer used by Intel. Reported-by: Linus Walleij Signed-off-by: Konstantin Ryabitsev --- b4/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/b4/__init__.py b/b4/__init__.py index 3439f01..730cefc 100644 --- a/b4/__init__.py +++ b/b4/__init__.py @@ -1195,8 +1195,8 @@ class LoreMessage: @staticmethod def find_trailers(body): - headers = ('subject', 'date', 'from') - nonperson = ('fixes', 'subject', 'date', 'link') + headers = ('subject', 'date', 'from', 'to') + nonperson = ('fixes', 'subject', 'date', 'link', 'buglink') # Fix some more common copypasta trailer wrapping # Fixes: abcd0123 (foo bar # baz quux) -- cgit v1.2.3