first-level quote looks better in vim
This commit is contained in:
parent
6db89814fa
commit
bfe3019eaf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user