X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=apps%2Fpatchwork%2Fbin%2Fparsemail.py;fp=apps%2Fpatchwork%2Fbin%2Fparsemail.py;h=fddd2e9b3ecaa039f150ca02cd2927ff209cc9af;hb=3c1fe032cde2289a6ba2f87f09546e646d0e26bb;hp=a85f42d2d3c799fd0d94d46206d7d712f99e845e;hpb=7a64470f5aaae267187d9f85ff11f65022777959;p=patchwork diff --git a/apps/patchwork/bin/parsemail.py b/apps/patchwork/bin/parsemail.py index a85f42d..fddd2e9 100755 --- a/apps/patchwork/bin/parsemail.py +++ b/apps/patchwork/bin/parsemail.py @@ -171,7 +171,7 @@ def find_content(project, mail): if patchbuf: mail_headers(mail) - name = clean_subject(mail.get('Subject'), [project.linkname]) + name = clean_subject(mail.get('Subject'), [project.linkname]) patch = Patch(name = name, content = patchbuf, date = mail_date(mail), headers = mail_headers(mail))