From 57b37793f55471d3293d15d8a863f0db9d8dd7d6 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 5 Feb 2022 20:23:05 +0100 Subject: commands/thread: fix action name --- alot/commands/thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3