diff options
Diffstat (limited to 'lisp/gnus/gnus-sum.el')
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index efe7a4d3d65..66b1050acc4 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el | |||
| @@ -1160,9 +1160,9 @@ which it may alter in any way." | |||
| 1160 | 'mail-decode-encoded-address-string | 1160 | 'mail-decode-encoded-address-string |
| 1161 | "Function used to decode addresses with encoded words.") | 1161 | "Function used to decode addresses with encoded words.") |
| 1162 | 1162 | ||
| 1163 | (defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups) | 1163 | (defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups X-GM-LABELS) |
| 1164 | "*Extra headers to parse." | 1164 | "*Extra headers to parse." |
| 1165 | :version "24.1" ; added Cc Keywords Gcc | 1165 | :version "25.1" |
| 1166 | :group 'gnus-summary | 1166 | :group 'gnus-summary |
| 1167 | :type '(repeat symbol)) | 1167 | :type '(repeat symbol)) |
| 1168 | 1168 | ||
| @@ -5620,7 +5620,7 @@ If SELECT-ARTICLES, only select those articles from GROUP." | |||
| 5620 | (mm-decode-coding-string group charset) | 5620 | (mm-decode-coding-string group charset) |
| 5621 | (mm-decode-coding-string (gnus-status-message group) charset)))) | 5621 | (mm-decode-coding-string (gnus-status-message group) charset)))) |
| 5622 | 5622 | ||
| 5623 | (unless (gnus-request-group group t) | 5623 | (unless (gnus-request-group group t nil (gnus-get-info group)) |
| 5624 | (when (derived-mode-p 'gnus-summary-mode) | 5624 | (when (derived-mode-p 'gnus-summary-mode) |
| 5625 | (gnus-kill-buffer (current-buffer))) | 5625 | (gnus-kill-buffer (current-buffer))) |
| 5626 | (error "Couldn't request group %s: %s" | 5626 | (error "Couldn't request group %s: %s" |