From be891d8663b1ccca4e1dbabfd699db395af53e3f Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 13 Sep 2005 06:02:54 +0000 Subject: [PATCH] Synch to No Gnus 200509130602. --- lisp/ChangeLog | 5 +++++ lisp/gnus-sum.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index be292b2..b15b00f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-09-13 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-edit-article-done): Remove text props + before parsing header. + 2005-09-11 Jari Aalto * html2text.el: (html2text-replace-list): Add new entities. diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index a3df9a1..f2e7af0 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -9782,7 +9782,8 @@ groups." (save-excursion (save-restriction (message-narrow-to-head) - (let ((head (buffer-string)) + (let ((head (buffer-substring-no-properties + (point-min) (point-max))) header) (with-temp-buffer (insert (format "211 %d Article retrieved.\n" -- 1.7.10.4