summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alot/commands/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/commands/thread.py b/alot/commands/thread.py
index dbcfaa72..2ac3f335 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -727,7 +727,7 @@ class PipeCommand(Command):
stderr=subprocess.PIPE)
out, err = proc.communicate(encoded_mail)
if self.notify_stdout:
- ui.notify(out)
+ ui.notify(out, block = True)
else:
with ui.paused():
logging.debug('call: %s', self.cmd)