(Header encoder/decoder): Add description about
authormorioka <morioka>
Sun, 18 Oct 1998 12:54:22 +0000 (12:54 +0000)
committermorioka <morioka>
Sun, 18 Oct 1998 12:54:22 +0000 (12:54 +0000)
`eword-field-encoding-method-alist'.

mime-en.sgml

index 1271cd4..de14cb9 100644 (file)
@@ -883,6 +883,24 @@ Each field is encoded as corresponding method specified by variable
 <code>eword-field-encoding-method-alist</code>.
 </defun>
 
+<defvar name="eword-field-encoding-method-alist">
+<p>
+Association list to specify field encoding method.  Each element looks
+like (FIELD . METHOD).
+<p>
+If METHOD is <code>mime</code>, the FIELD will be encoded into MIME
+format (encoded-word).
+<p>
+If METHOD is <code>nil</code>, the FIELD will not be encoded.
+<p>
+If METHOD is a MIME charset, the FIELD will be encoded as the charset
+when it must be convert into network-code.
+<p>
+Otherwise the FIELD will be encoded as variable
+<code>default-mime-charset</code> when it must be convert into
+network-code.
+</defvar>
+
 
 <h1> Various Customization
 <node> custom