first-level quote looks better in vim

This commit is contained in:
Ronald Schaten 2013-05-10 07:14:27 +02:00
parent 6db89814fa
commit bfe3019eaf

View File

@ -69,7 +69,7 @@ def mail_daily_digest(session, sender, receiver, prefix):
text = textwrap.fill(text, width=78)
try:
body += '=> %s - %s\n' % (entry.firstfetched.strftime('%Y-%m-%dT%H:%M'), feedinfo.title)
body += '>> %s\n' % entry.title
body += '> %s\n' % entry.title
body += '%s\n' % text
body += '%s\n\n' % link
except: