X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/430ffdd38f6ea76f20d8559a3e2a6f7835117d47..e0472796d8671e81c1312e414dda5e04ba2115df:/h/mime.h 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