summaryrefslogtreecommitdiff
path: root/alot/message.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-21 17:18:13 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-21 17:18:13 +0000
commit41e8ff90200bca1c60beb22c110a6278b0b49b00 (patch)
tree3b8dfc0b93a5fcc1f5d6c29fa60fc9d08585e6f8 /alot/message.py
parentfdd9a551e4812649229346d74985939569a880e1 (diff)
pep8/pyflakes fixes
Diffstat (limited to 'alot/message.py')
-rw-r--r--alot/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/message.py b/alot/message.py
index e3ad3940..0b8131c1 100644
--- a/alot/message.py
+++ b/alot/message.py
@@ -546,7 +546,7 @@ class Envelope(object):
# remove existing content
if reset:
- self.headers={}
+ self.headers = {}
# go through multiline, utf-8 encoded headers
# we decode the edited text ourselves here as