comparison f-demime/ptext_out.c @ 8:a92d0d59b669 default tip

f-demime: indicate X-backslash-escapes encoding in output
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 May 2023 17:00:23 +0000
parents 7e0d08176f32
children
comparison
equal deleted inserted replaced
7:36a95de13d30 8:a92d0d59b669
21 if (ptext_has_backslash) 21 if (ptext_has_backslash)
22 fputs(", double-backslash", stdout); 22 fputs(", double-backslash", stdout);
23 if (ptext_has_linesplit) 23 if (ptext_has_linesplit)
24 fputs(", line-split", stdout); 24 fputs(", line-split", stdout);
25 putchar('\n'); 25 putchar('\n');
26 puts("Content-Transfer-Encoding: X-backslash-escapes");
26 } 27 }
27 28
28 static int 29 static int
29 boundary_hit(line) 30 boundary_hit(line)
30 char *line; 31 char *line;