summaryrefslogtreecommitdiff
path: root/alot/commands/thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/commands/thread.py')
-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 9c79840f..f720e297 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -676,7 +676,7 @@ class PipeCommand(Command):
thread = ui.current_buffer.thread
if not thread:
return
- to_print = thread.get_messages().keys()
+ to_print = thread.messages.values()
else:
to_print = [ui.current_buffer.get_selected_message()]