diff options
-rw-r--r-- | b4/__init__.py | 4 |
1 files 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) |