(gnus-summary-select-article): Expose all hidden text if the command
authoryamaoka <yamaoka>
Fri, 8 Oct 1999 09:42:58 +0000 (09:42 +0000)
committeryamaoka <yamaoka>
Fri, 8 Oct 1999 09:42:58 +0000 (09:42 +0000)
`gnus-summary-toggle-mime' is used.

lisp/gnus-sum.el

index b10afd3..f180d5d 100644 (file)
@@ -5831,7 +5831,9 @@ be displayed."
                  (gnus-summary-display-article article all-headers)
                (setq did article)
                (when (or all-headers gnus-show-all-headers)
-                 (gnus-article-show-all-headers)))
+                 (if (eq 'gnus-summary-toggle-mime this-command)
+                     (gnus-article-show-all)
+                   (gnus-article-show-all-headers))))
            (when (or all-headers gnus-show-all-headers)
              (gnus-article-show-all-headers))
            'old))