From bfe3019eaf2b995b57f67d163606c1dcc85762ee Mon Sep 17 00:00:00 2001 From: Ronald Schaten Date: Fri, 10 May 2013 07:14:27 +0200 Subject: [PATCH] first-level quote looks better in vim --- atomstrom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomstrom.py b/atomstrom.py index 57ec072..508a7a7 100755 --- a/atomstrom.py +++ b/atomstrom.py @@ -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: