mhl and mhbuild ignore to long lines
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 3326185..280249e 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -221,6 +221,8 @@ struct msgs {
                            ** terminating NULL.
                            */
 
+#define MAXTEXTPERLN 78
+
 /* m_getfld2() returned data */
 struct field {
        char name[NAMESZ];