projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3044e3
)
(message-forward-end-separator): Use `text/plain' tag.
author
shuhei-k
<shuhei-k>
Wed, 26 Aug 1998 01:02:48 +0000
(
01:02
+0000)
committer
shuhei-k
<shuhei-k>
Wed, 26 Aug 1998 01:02:48 +0000
(
01:02
+0000)
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
ba647aa
..
2c034d4
100644
(file)
--- 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)