summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-01-25 11:52:01 +0100
committerLucas Hoffmann <l-m-h@web.de>2017-01-25 11:52:28 +0100
commit8eb32113e5de8ecfacd8f504386274f8e6b3f5ef (patch)
treee2408a9af86e062fedb5011fe4dddfd5d48b5ccd /alot
parent1eae7918799416897d10ae3c0fa50d6e7d923ceb (diff)
Fix missing self in staticmethod call
Fix #1001
Diffstat (limited to 'alot')
-rw-r--r--alot/commands/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index 79fb8415..be30b510 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -231,7 +231,7 @@ class ReplyCommand(Command):
my_addresses, mail.get_all('Cc', []))
envelope.add('Cc', decode_header(', '.join(cc)))
- to = ', '.join(ensure_unique_address(recipients))
+ to = ', '.join(self.ensure_unique_address(recipients))
logging.debug('reply to: %s', to)
if self.listreply: