From: shuhei-k Date: Wed, 26 Aug 1998 01:02:48 +0000 (+0000) Subject: (message-forward-end-separator): Use `text/plain' tag. X-Git-Tag: gnus-6_8_16~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6a7680b2a904aca49f599c61e44d2a75072ac2e2;p=elisp%2Fgnus.git- (message-forward-end-separator): Use `text/plain' tag. --- 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)