mthread: ignore sequence indentation, to allow rethreading

pull/42/head
Leah Neukirchen 7 years ago
parent 2c7f970a76
commit 24d0941043

@ -118,6 +118,9 @@ thread(char *file)
{
struct message *msg;
while (*file == ' ' || *file == '\t')
file++;
msg = blaze822(file);
if (!msg)
return;

Loading…
Cancel
Save