From bf8bd9c057200e7b1fdaa23a63836bd727875da8 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 18 Oct 1998 12:59:55 +0000 Subject: [PATCH] (Header encoder/decoder): Add description about `eword-field-encoding-method-alist'. --- mime-ja.sgml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mime-ja.sgml b/mime-ja.sgml index cda5ae9..fe6794b 100644 --- a/mime-ja.sgml +++ b/mime-ja.sgml @@ -872,6 +872,24 @@ Header を network 表現に符号化する。 た方式で符号化される。 + +

+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. + +

一般設定 custom -- 1.7.10.4