about summary refs log tree commit diff
path: root/mshow.c
diff options
context:
space:
mode:
Diffstat (limited to 'mshow.c')
-rw-r--r--mshow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mshow.c b/mshow.c
index fb35330..c4f5228 100644
--- a/mshow.c
+++ b/mshow.c
@@ -555,6 +555,8 @@ extract_mime(int depth, struct message *msg, char *body, size_t bodylen)
 void
 extract_cb(char *file)
 {
+	while (*file == ' ' || *file == '\t')
+		file++;
 	struct message *msg = blaze822_file(file);
 	if (!msg)
 		return;