(gnus-summary-edit-article-done): Remove text props before parsing header.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 13 Sep 2005 06:02:33 +0000 (06:02 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 13 Sep 2005 06:02:33 +0000 (06:02 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index a83192a..92b41ac 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
+       before parsing header.
+
 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
 
        * html2text.el: (html2text-replace-list): Add new entities.
index 3ae05dc..a150fb7 100644 (file)
@@ -9714,7 +9714,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"