diff options
| -rw-r--r-- | lisp/gnus/gnus-art.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 15e88a34227..b712cf53efb 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el | |||
| @@ -2254,9 +2254,7 @@ This only works if the article in question is HTML." | |||
| 2254 | start end))))))) | 2254 | start end))))))) |
| 2255 | 2255 | ||
| 2256 | (defun gnus-article-treat-fold-newsgroups () | 2256 | (defun gnus-article-treat-fold-newsgroups () |
| 2257 | "Unfold folded message headers. | 2257 | "Fold the Newsgroups and Followup-To message headers." |
| 2258 | Only the headers that fit into the current window width will be | ||
| 2259 | unfolded." | ||
| 2260 | (interactive) | 2258 | (interactive) |
| 2261 | (gnus-with-article-headers | 2259 | (gnus-with-article-headers |
| 2262 | (while (gnus-article-goto-header "newsgroups\\|followup-to") | 2260 | (while (gnus-article-goto-header "newsgroups\\|followup-to") |