commit 635e4b15cebfa376e70f2f78e8560d7ff42071b2 parent 0d3b8a3e68766c25db54733bb76a8630c486baf3 Author: Christoph Lohmann <20h@r-36.net> Date: Sun, 27 Sep 2020 14:55:59 +0200 Add reference to Mr. Mime where it belongs. Diffstat:
mime.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/mime.c b/mime.c @@ -186,6 +186,7 @@ mime_decodeheaderext(char *value) /* * RFC 2231 :( + * See: https://en.wikipedia.org/wiki/Mr._Mime */ ast = strchr(enc, '*'); if (ast != NULL)