summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/thread.py')
-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 b57a6c02..e311b335 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -158,7 +158,7 @@ class ReplyCommand(Command):
mail = message.get_email()
# set body text
- name, address = parseaddr(mail['From'])
+ name, address = message.get_author()
timestamp = message.date
qf = settings.get_hook('reply_prefix')
if qf: