From: Eric Wong Date: Sun, 10 May 2020 06:21:05 +0000 (+0000) Subject: eml: rename limits to match postfix names X-Git-Tag: v1.5.0~2 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=8b44e99ec009508d7e050ee44d34a1cf0f111dd5;hp=8b44e99ec009508d7e050ee44d34a1cf0f111dd5 eml: rename limits to match postfix names They're still part of our internal API at this point, but reusing the same names as those used by postfix makes sense for now to reduce cognitive overheads of learning new things. There's no "mime_parts_limit", but the name is consistent with "mime_nesting_limit". ---