From c28fc3e8867f31e801da8383e9205bb4ab1ccfd9 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 15 Nov 2002 10:11:39 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 4 ++++ lisp/mml.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3ac45dc..4b2628f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-11-15 Katsumi Yamaoka + + * mml.el (mml-preview): Bind message-this-is-mail if it is mail. + 2002-11-13 Kai Gro,A_(Bjohann * gnus.el (gnus-summary-line-format): Document %C. diff --git a/lisp/mml.el b/lisp/mml.el index e66e63a..7e035a2 100644 --- a/lisp/mml.el +++ b/lisp/mml.el @@ -1014,6 +1014,7 @@ If RAW, don't highlight the article." (save-excursion (let* ((buf (current-buffer)) (message-options message-options) + (message-this-is-mail (message-mail-p)) (message-this-is-news (message-news-p)) (message-posting-charset (or (gnus-setup-posting-charset (save-restriction -- 1.7.10.4