From: morioka Date: Sun, 18 Oct 1998 12:54:22 +0000 (+0000) Subject: (Header encoder/decoder): Add description about X-Git-Tag: flim-199811302358~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1b30f526ea794d55d6abc756e329d172e0989b40;p=elisp%2Fflim.git (Header encoder/decoder): Add description about `eword-field-encoding-method-alist'. --- diff --git a/mime-en.sgml b/mime-en.sgml index 1271cd4..de14cb9 100644 --- a/mime-en.sgml +++ b/mime-en.sgml @@ -883,6 +883,24 @@ Each field is encoded as corresponding method specified by variable eword-field-encoding-method-alist. + +

+Association list to specify field encoding method. Each element looks +like (FIELD . METHOD). +

+If METHOD is mime, the FIELD will be encoded into MIME +format (encoded-word). +

+If METHOD is nil, the FIELD will not be encoded. +

+If METHOD is a MIME charset, the FIELD will be encoded as the charset +when it must be convert into network-code. +

+Otherwise the FIELD will be encoded as variable +default-mime-charset when it must be convert into +network-code. + +

Various Customization custom