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 00267418..3e0bba01 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -376,7 +376,7 @@ class ForwardCommand(Command):
# set From-header and sending account
try:
- from_header, account = determine_sender(message.headers, 'reply')
+ from_header, account = determine_sender(message.headers, 'forward')
except AssertionError as e:
ui.notify(str(e), priority='error')
return