From f8693286f0fc38328ce9f0979cdfa61ac62eda54 Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Tue, 19 Feb 2002 13:31:46 +0000 Subject: [PATCH] * mm-encode.el (mm-content-transfer-encoding-defaults): Set default to base64. Add application/emacs-lisp. --- lisp/gnus/ChangeLog | 5 +++++ lisp/gnus/mm-encode.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index f76349469a4..ef55a50ac08 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2002-02-19 ShengHuo ZHU + + * mm-encode.el (mm-content-transfer-encoding-defaults): Set + default to base64. Add application/emacs-lisp. + 2002-02-16 ShengHuo ZHU * gnus-msg.el (gnus-post-method): Fix doc. diff --git a/lisp/gnus/mm-encode.el b/lisp/gnus/mm-encode.el index 40a256ddf0e..165b716ec1a 100644 --- a/lisp/gnus/mm-encode.el +++ b/lisp/gnus/mm-encode.el @@ -35,8 +35,9 @@ ("text/.*" qp-or-base64) ("message/rfc822" 8bit) ("application/emacs-lisp" 8bit) + ("application/x-emacs-lisp" 8bit) ("application/x-patch" 8bit) - (".*" qp-or-base64)) + (".*" base64)) "Alist of regexps that match MIME types and their encodings. If the encoding is `qp-or-base64', then either quoted-printable or base64 will be used, depending on what is more efficient.") -- 2.39.2