diff f-demime/defs.h @ 4:612c4d0df768

f-demime: rework for unboundedly long lines
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 May 2023 09:02:12 +0000
parents 7e0d08176f32
children
line wrap: on
line diff
--- a/f-demime/defs.h	Sat May 06 06:41:20 2023 +0000
+++ b/f-demime/defs.h	Sat May 06 09:02:12 2023 +0000
@@ -5,6 +5,7 @@
 
 enum msg_state {
 	MSG_STATE_UNDEF,	/* before From line */
+	MSG_STATE_DELIM_UNTERM,	/* unterminated previous delimiter line */
 	MSG_STATE_HEADER,	/* message or body part header */
 	MSG_STATE_BODY_PASS,	/* body pass-through state */
 	MSG_STATE_PTEXT_B64,	/* text/plain decoding from base64 */