tAdd reference to Mr. Mime where it belongs. - rohrpost - A commandline mail client to change the world as we see it.
(HTM) git clone git://r-36.net/rohrpost
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 635e4b15cebfa376e70f2f78e8560d7ff42071b2
(DIR) parent 0d3b8a3e68766c25db54733bb76a8630c486baf3
(HTM) 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(-)
---
(DIR) diff --git a/mime.c b/mime.c
t@@ -186,6 +186,7 @@ mime_decodeheaderext(char *value)
/*
* RFC 2231 :(
+ * See: https://en.wikipedia.org/wiki/Mr._Mime
*/
ast = strchr(enc, '*');
if (ast != NULL)