aboutsummarybugs & patchesrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/acit/pagegenerator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acit/pagegenerator.py b/src/acit/pagegenerator.py
index 96affbd..0f4895c 100644
--- a/src/acit/pagegenerator.py
+++ b/src/acit/pagegenerator.py
@@ -107,7 +107,7 @@ class Generator(plugins.SimplePlugin):
currentpage+='<div class="emailheader" id="{n}"><a href="#{n}">#{n}</a> On {date}, {from_} wrote,<br>'.format(
n=(pagenr-1)*25 +emailsonpage,
date=msg.date_str,
- from_=msg.from_)
+ from_=msg.from_.replace("@"," [at] "))
currentpage+='with Subject: <i>%s</i></div>'%msg.subject
currentpage+=email2html(msg.text, ispatch=msg.subject.startswith("[PATCH"))
# end block