summaryrefslogtreecommitdiff
path: root/alot/buffers.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-11-04 21:55:07 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-11-04 21:55:07 +0000
commitf1f80f65d0070a4e04be71c974a37ec5b3df74bf (patch)
treeb46b24124bdc479c393f7ff6df75201f90d726ae /alot/buffers.py
parent8da1d18fc02decf2bcf031d95876a3c3095f86f8 (diff)
pep8
Diffstat (limited to 'alot/buffers.py')
-rw-r--r--alot/buffers.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index 3e8574f2..e679e2b7 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -104,7 +104,6 @@ class EnvelopeBuffer(Buffer):
def __str__(self):
return "to: %s" % decode_header(self.mail['To'])
-
def get_email(self):
return self.mail