From 50f3c8ebac50ea9804f79ab0890801b00bed000f Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 20 Nov 2021 15:16:37 +0100 Subject: commands/thread: fix action name for forwarding email --- 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 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 -- cgit v1.2.3