summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/commands/globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index ec031106..c1e8d3cf 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -805,7 +805,7 @@ class ComposeCommand(Command):
except Exception as e:
ui.notify(str(e), priority='error')
raise self.ApplyError()
-
+
async def _get_sender_details(self, ui):
# find out the right account, if possible yet
account = self.envelope.account