changed mail subject prefix

This commit is contained in:
Ronald Schaten 2013-03-18 21:08:47 +01:00
parent 9ca1f39628
commit d6ca5b783c

View File

@ -164,7 +164,7 @@ def mail_daily_digest(session):
def mail_single_entry(feed, feedinfo, entry):
sender = feedinfo.title
subject = entry.title
subject = '[atomstrom] %s' % entry.title
body = get_entry_text(entry)
body = body + '\n\n'
body = body + 'site: [%s]\n' % feedinfo.link