From 1b30f526ea794d55d6abc756e329d172e0989b40 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 18 Oct 1998 12:54:22 +0000 Subject: [PATCH] (Header encoder/decoder): Add description about `eword-field-encoding-method-alist'. --- mime-en.sgml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 -- 1.7.10.4