* lisp/gnus-art.el (gnus-request-article-this-buffer): Copy an
[elisp/gnus.git-] / lisp / gnus-art.el
index f1dd476..397fca1 100644 (file)
@@ -4920,6 +4920,11 @@ T-gnus change: Insert an article into `gnus-original-article-buffer'."
       ;; Associate this article with the current summary buffer.
       (setq gnus-article-current-summary gnus-summary-buffer)
 
+      ;; T-gnus change: Copy the requested article from
+      ;; `gnus-original-article-buffer' to the current buffer when
+      ;; this function is called.
+      (insert-buffer gnus-original-article-buffer)
+
       ;; Decode charsets.
       (run-hooks 'gnus-article-decode-hook)
       ;; Mark article as decoded or not.