From: David Levine Date: Thu, 23 Oct 2008 18:38:22 +0000 (+0000) Subject: * h/mh.h: raised NAMESZ from 128 to 999. RFC 2822 limits line X-Git-Tag: PRE_POSIX_CONVERSION~19 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=2d4bd0ad2d574ffff2359a88bfcf53e792c3c830;hp=2d4bd0ad2d574ffff2359a88bfcf53e792c3c830;p=mmh * h/mh.h: raised NAMESZ from 128 to 999. RFC 2822 limits line lengths to 998 characters, so a header name can be at most that long. m_getfld limits header names to 2 less than NAMESZ, which is fine, because header names must be followed by a colon. Add one for terminating NULL. ---