summary refs log tree commit diff
path: root/scan.c
diff options
context:
space:
mode:
Diffstat (limited to 'scan.c')
-rw-r--r--scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scan.c b/scan.c
index f23a751..5da4e02 100644
--- a/scan.c
+++ b/scan.c
@@ -110,7 +110,7 @@ oneline(char *file)
 	}
 	blaze822_decode_rfc2047(subjdec, subj, sizeof subjdec - 1, "UTF-8");
 
-	printf("%c%c%9s  ", flag1, flag2, date);
+	printf("%c%c%-10s  ", flag1, flag2, date);
 	u8putstr(stdout, fromdec, 17, 1);
 	printf("  ");
 	int z;