about summary refs log tree commit diff
path: root/mthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'mthread.c')
-rw-r--r--mthread.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mthread.c b/mthread.c
index ae9e6c0..064cbdc 100644
--- a/mthread.c
+++ b/mthread.c
@@ -118,6 +118,9 @@ thread(char *file)
 {
 	struct message *msg;
 
+	while (*file == ' ' || *file == '\t')
+		file++;
+
 	msg = blaze822(file);
 	if (!msg)
 		return;