about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mlist.c b/mlist.c
index fd4fde1..3cb082f 100644
--- a/mlist.c
+++ b/mlist.c
@@ -288,13 +288,14 @@ usage:
 			listarg(argv[i]);
 	}
 
-	if (iflag && tdirs > 1)
+	if (iflag && tdirs > 1) {
 		if (flagset)
 			printf("%6ld matched  %6ld unseen  %3ld flagged  %6ld msg\n",
 			    tmatched, tunseen, tflagged, tcount);
 		else
 			printf("%6ld unseen  %3ld flagged  %6ld msg\n",
 			    tunseen, tflagged, tcount);
+	}
 
 	return 0;
 }