summaryrefslogtreecommitdiff
path: root/alot/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/command.py')
-rw-r--r--alot/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/command.py b/alot/command.py
index 949d012a..e407d773 100644
--- a/alot/command.py
+++ b/alot/command.py
@@ -830,7 +830,7 @@ def interpret_commandline(cmdline, mode):
# allow to shellescape without a space after '!'
if cmd.startswith('!'):
- params = cmd[1:] + params
+ params = cmd[1:] +' ' + params
cmd = 'shellescape'
# check if this command makes sense in current mode