Skip to content
Snippets Groups Projects
Commit 82e42065 authored by Augie Fackler's avatar Augie Fackler
Browse files

Merge.

parents e3b5b23f f17ca8ed
No related branches found
Tags 0.8.1
No related merge requests found
......@@ -286,6 +286,8 @@
if len(a.group(3)) > 0:
name += ' ext:(' + urllib.quote(a.group(3)) + ')'
author = name + ' <' + email + '>'
elif '@' in author:
author = author + ' <' + author + '>'
else:
author = author + ' <none@none>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment