If the subtree is hidden, show the thread after expansion
authorDave Abrahams <dave@boostpro.com>
Fri, 6 Jan 2012 20:22:44 +0000 (21:22 +0100)
committerLars Magne Ingebrigtsen <larsi@stories.(none)>
Fri, 6 Jan 2012 20:22:44 +0000 (21:22 +0100)
* gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
show the thread after expansion.

lisp/ChangeLog
lisp/gnus-sum.el

index 280d5f7..1ac9688 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-06  Dave Abrahams  <dave@boostpro.com>  (tiny change)
+
+       * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
+       show the thread after expansion.
+
 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-art.el (article-narrow-to-head): If the head is completely
index 6ccf1a7..916654c 100644 (file)
@@ -9032,7 +9032,8 @@ non-numeric or nil fetch the number specified by the
               'gnus-article-sort-by-number)))
       (setq gnus-newsgroup-articles
            (gnus-sorted-nunion gnus-newsgroup-articles (nreverse article-ids)))
-      (gnus-summary-limit-include-thread id))))
+      (gnus-summary-limit-include-thread id)))
+  (gnus-summary-show-thread))
 
 (defun gnus-summary-refer-article (message-id)
   "Fetch an article specified by MESSAGE-ID."