X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/430ffdd38f6ea76f20d8559a3e2a6f7835117d47..628b193daced4357675de5127ff8129cf6f81b0f:/h/mime.h?ds=sidebyside diff --git a/h/mime.h b/h/mime.h index 2ed5378c..d152094a 100644 --- a/h/mime.h +++ b/h/mime.h @@ -35,6 +35,8 @@ && (c) != '/' && (c) != '[' && (c) != ']' \ && (c) != '?' && (c) != '=') +#define MAXTEXTPERLN 78 +#define MAXLONGLINE 998 #define CPERLIN 76 #define BPERLIN (CPERLIN / 4) #define LPERMSG 632