shithub: Nail

Download patch

ref: ac58501c135c831c34444cb9e9d53b2752c268f8
parent: 40df1e7a2bd21ecb5d81e303c705a9084d8bc3bf
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Nov 8 00:49:58 EST 2020

style

--- a/mbox.c
+++ b/mbox.c
@@ -141,10 +141,10 @@
 				break;
 			o += p->child[i]->nsub + 1;
 		}
-		if(p->flags & Fdummy)
-			break;
-		o++;
-		d++;
+		if(!(p->flags & Fdummy))
+			o++;
+			d++;
+		}
 	}
 
 	/* Find the thread in the thread list */