]> granicus.if.org Git - mutt/commitdiff
Documentation fix.
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 28 Jan 2000 15:34:52 +0000 (15:34 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 28 Jan 2000 15:34:52 +0000 (15:34 +0000)
init.h

diff --git a/init.h b/init.h
index 0a3a5295d9c6b37c5b8897fffd7407df7a09507b..da03f0dc458ee95c892fe37c2e64b982d27a8f7c 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1589,9 +1589,13 @@ struct option_t MuttVars[] = {
   { "rfc2047_parameters", DT_BOOL, R_NONE, OPTRFC2047PARAMS, 0 },
   /*
   ** .pp
-  ** When this variable is set, Mutt will decode RFC2047-encoded MIME 
-  ** parameters.  Note that this ues of RFC2047's encoding is illegal,
-  ** but actually in use.
+  ** When this variable is set, Mutt will decode RFC-2047-encoded MIME 
+  ** parameters.  Note that this use of RFC 2047's encoding is explicitly,
+  ** prohibited by the standard, but nevertheless encountered in the
+  ** wild.
+  ** Also note that setting this parameter will \fInot\fP have the effect 
+  ** that mutt \fIgenerates\fP this kind of encoding.  Instead, mutt will
+  ** unconditionally use the encoding specified in RFC 2231.
   */
   { "save_address",    DT_BOOL, R_NONE, OPTSAVEADDRESS, 0 },
   /*