summaryrefslogtreecommitdiff
path: root/alot/buffers.py
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-12-10 21:10:21 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2011-12-10 21:10:21 +0000
commitc951ac9b698ebe5c1d07cad0aca7dcfb423645bb (patch)
treea76b2d53d3d637d807843d5fb3c77bac966c6836 /alot/buffers.py
parenta7bad9d71c327cb6c1396149bf5a703ba13e5e82 (diff)
removed unused Envelope.set_email
Diffstat (limited to 'alot/buffers.py')
-rw-r--r--alot/buffers.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/alot/buffers.py b/alot/buffers.py
index e3501015..ea9ee4f3 100644
--- a/alot/buffers.py
+++ b/alot/buffers.py
@@ -100,11 +100,6 @@ class EnvelopeBuffer(Buffer):
#todo: obsolete?
return self.mail
- def set_email(self, mail):
- #TODO obsolete. never used.
- self.mail = mail
- self.rebuild()
-
def rebuild(self):
self.mail = self.envelope.construct_mail()
displayed_widgets = []