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;