summaryrefslogtreecommitdiff
path: root/alot/commands/globals.py
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-26 11:38:03 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-26 11:38:03 +0100
commitdae098901104de7027c48dae2b9da08be2a17fac (patch)
treed432fc4ce4fdd2cbed835175f89b0fe48364319d /alot/commands/globals.py
parent5cb88d559ae462dad80d346d44f12dcc9eb3ec10 (diff)
account: stop using call_cmd_async() to run sendmail
It does not actually save any code. The new code also uses a shell as is documented. Remove call_cmd_async(), as it no longer has any callers.
Diffstat (limited to 'alot/commands/globals.py')
-rw-r--r--alot/commands/globals.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/commands/globals.py b/alot/commands/globals.py
index 3e53a450..e30192c6 100644
--- a/alot/commands/globals.py
+++ b/alot/commands/globals.py
@@ -251,7 +251,6 @@ class ExternalCommand(Command):
ret = ''
# TODO: these can probably be refactored in terms of helper.call_cmd
- # and helper.call_cmd_async
if self.in_thread:
try:
if self.shell: