]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/bin/parsemail.py
parser: Decode the subject header
[patchwork] / apps / patchwork / bin / parsemail.py
index 700cb6fcebb2f0794011802b2c82aa4a1e66142c..0a9daf541d6b8f5937639c6292dc70b28d199d00 100755 (executable)
@@ -306,6 +306,8 @@ def clean_subject(subject, drop_prefixes = None):
     '[bar] meep'
     """
 
+    subject = clean_header(subject)
+
     if drop_prefixes is None:
         drop_prefixes = []
     else: