quote username part

This commit is contained in:
Frédéric Péters 2018-04-25 14:03:33 +02:00
parent 2f566af44d
commit 7e8775fcb6
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class RefChange(object):
user = os.environ['USER']
if email_user_fullname:
from_address = "%s <%s@entrouvert.com>" % (email_user_fullname, user)
from_address = '"%s" <%s@entrouvert.com>' % (email_user_fullname, user)
else:
from_address = "%s@entrouvert.com" % (user)