about summary refs log tree commit diff
path: root/mmime.c
diff options
context:
space:
mode:
Diffstat (limited to 'mmime.c')
-rw-r--r--mmime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mmime.c b/mmime.c
index 9fa5fcd..84064b9 100644
--- a/mmime.c
+++ b/mmime.c
@@ -229,8 +229,8 @@ print_header(char *line) {
 					linelen = 1;
 				}
 				if (highbit || s[0] == ' ') {
-					printf("=?UTF-8?Q?");
-					linelen += 13;
+					printf(" =?UTF-8?Q?");
+					linelen += 14;
 					linelen += gen_qp((uint8_t *)s, e-s, 999, 1);
 					printf("?=");
 					prevq = 1;