From 24d09410434b13c961f23e1985a482af605a9ed5 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 29 Jun 2017 16:03:13 +0200 Subject: mthread: ignore sequence indentation, to allow rethreading --- mthread.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mthread.c') 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; -- cgit 1.4.1