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 87e6b4a3..a0f148bb 100644
--- a/alot/commands/thread.py
+++ b/alot/commands/thread.py
@@ -690,7 +690,7 @@ class PipeCommand(Command):
pipestrings = [e.id for e in to_print]
separator = '\n'
elif self.output_format == 'filepath':
- pipestrings = [e.get_filename() for e in to_print]
+ pipestrings = [e.filename for e in to_print]
separator = '\n'
else:
for msg in to_print: