From 848ee3b30e549848d9ffcf1b37db0cc736966420 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 8 Oct 1999 09:42:58 +0000 Subject: [PATCH] (gnus-summary-select-article): Expose all hidden text if the command `gnus-summary-toggle-mime' is used. --- lisp/gnus-sum.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index b10afd3..f180d5d 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -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)) -- 1.7.10.4