summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 a2a33ef1..0b938576 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -196,7 +196,7 @@ class ForwardCommand(Command):
# set From-header and sending account
try:
from_header, account = reply.determine_account(message.headers,
- reply.ACT_FORWARD)
+ reply.ACT_FWD)
except AssertionError as e:
ui.notify(str(e), priority='error')
return