summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-02-05 20:23:05 +0100
committerAnton Khirnov <anton@khirnov.net>2022-02-05 20:23:05 +0100
commit57b37793f55471d3293d15d8a863f0db9d8dd7d6 (patch)
tree67927c380647bd02be26670ac873a1ace6873f29
parente7e068ce31f1c78951df5d382580a78415563280 (diff)
commands/thread: fix action name
-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