From: morioka Date: Sun, 18 Oct 1998 12:59:55 +0000 (+0000) Subject: (Header encoder/decoder): Add description about X-Git-Tag: flim-199811302358~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bf8bd9c057200e7b1fdaa23a63836bd727875da8;p=elisp%2Fflim.git (Header encoder/decoder): Add description about `eword-field-encoding-method-alist'. --- 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