about summary refs log tree commit diff
path: root/mshow.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 18:51:41 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 18:51:41 +0200
commit7d693e1c7e425b366e7ae9e5f839daa134e72188 (patch)
tree79acac7a156cbe4a8946da0066314b68ae6c3132 /mshow.c
parent10e6a782863125bb522deaf32db52e46a19b958c (diff)
downloadmblaze-7d693e1c7e425b366e7ae9e5f839daa134e72188.tar.gz
mblaze-7d693e1c7e425b366e7ae9e5f839daa134e72188.tar.xz
mblaze-7d693e1c7e425b366e7ae9e5f839daa134e72188.zip
mshow: output filename for -t
Diffstat (limited to 'mshow.c')
-rw-r--r--mshow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mshow.c b/mshow.c
index 8f22d06..6cfa455 100644
--- a/mshow.c
+++ b/mshow.c
@@ -291,6 +291,7 @@ list(char *file)
 	if (!msg)
 		return;
 	mimecount = 0;
+	printf("%s\n", file);
 	walk_mime(msg, 0, list_mime);
 }