From 6a7680b2a904aca49f599c61e44d2a75072ac2e2 Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Wed, 26 Aug 1998 01:02:48 +0000 Subject: [PATCH] (message-forward-end-separator): Use `text/plain' tag. --- lisp/message.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/message.el b/lisp/message.el index ba647aa..2c034d4 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -296,7 +296,7 @@ If t, use `message-user-organization-file'." :type 'string) (defcustom message-forward-end-separator - "" + (concat (mime-make-tag "text" "plain") "\n") "*Delimiter inserted after forwarded messages." :group 'message-forwarding :type 'string) -- 1.7.10.4