Changes committed gnus/lisp (ChangeLog gnus-art.el)

"Reiner Steib" <[email protected]>
Newsgroups gmane.emacs.gnus.commits
Message-ID <[email protected]>
Modified: ChangeLog gnus-art.el

(gnus-article-browse-html-article): Inhibit display of X-Boundary header.


Index: ChangeLog
diff -u gnus/lisp/ChangeLog:7.1805 gnus/lisp/ChangeLog:7.1806
--- ChangeLog:7.1805	Thu Mar 20 10:58:32 2008
+++ ChangeLog	Thu Mar 20 11:00:31 2008
@@ -1,5 +1,8 @@
 2008-03-20  Reiner Steib  <[email protected]>
 
+	* gnus-art.el (gnus-article-browse-html-article): Inhibit display of
+	X-Boundary header.
+
 	* message.el (message-simplify-recipients): Fix previous commit.
 
 2008-03-19  Glenn Morris  <[email protected]>
Index: gnus-art.el
diff -u gnus/lisp/gnus-art.el:7.269 gnus/lisp/gnus-art.el:7.270
--- gnus-art.el:7.269	Mon Mar 17 02:16:04 2008
+++ gnus-art.el	Thu Mar 20 11:00:31 2008
@@ -2986,7 +2986,9 @@
   (if arg
       (gnus-summary-show-article)
     (let ((gnus-visible-headers (or (get 'gnus-visible-headers 'standard-value)
-				    gnus-visible-headers)))
+				    gnus-visible-headers))
+	  ;; As we insert a <hr>, there's no need for the body boundary.
+	  (gnus-treat-body-boundary nil))
       (gnus-summary-show-article)))
   (with-current-buffer gnus-article-buffer
     (let ((header (unless arg
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.