From 7d693e1c7e425b366e7ae9e5f839daa134e72188 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 20 Jul 2016 18:51:41 +0200 Subject: [PATCH] mshow: output filename for -t --- mshow.c | 1 + 1 file changed, 1 insertion(+) 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); }