From 92ebf912c947248696d5758f71b57e3e2a20ec47 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 11 Jun 1998 06:57:03 +0000 Subject: [PATCH] (mime-charset-type-list): Add `shift_jis' and `x-ctext'. --- mime-edit.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mime-edit.el b/mime-edit.el index adaf0d0..ac62839 100644 --- a/mime-edit.el +++ b/mime-edit.el @@ -447,6 +447,8 @@ If encoding is nil, it is determined from its contents." (big5 8 "base64") (iso-2022-jp-2 7 "base64") (iso-2022-int-1 7 "base64") + (shift_jis 8 "base64") + (x-ctext 8 "quoted-printable") )) (defvar mime-transfer-level 7 -- 1.7.10.4