diff options
| -rw-r--r-- | lisp/gnus/nnir.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index 05b2f0aa8a7..0062cd85893 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el | |||
| @@ -969,6 +969,7 @@ details on the language and supported extensions." | |||
| 969 | (mapcar | 969 | (mapcar |
| 970 | #'(lambda (group) | 970 | #'(lambda (group) |
| 971 | (let (artlist) | 971 | (let (artlist) |
| 972 | (setq group (nnimap-decode-gnus-group group)) | ||
| 972 | (condition-case () | 973 | (condition-case () |
| 973 | (when (nnimap-change-group | 974 | (when (nnimap-change-group |
| 974 | (gnus-group-short-name group) server) | 975 | (gnus-group-short-name group) server) |