Fix case of IMAP Noselect flag

* lisp/gnus/nnimap.el (nnimap-get-groups): We should be looking for
%Noselect, not %NoSelect.
This commit is contained in:
Eric Abrahamsen 2019-07-22 10:56:34 -07:00
parent 7e294d55e1
commit 3f571bdd68

View file

@ -1340,7 +1340,7 @@ If LIMIT, first try to limit the search to the N last articles."
(progn (end-of-line)
(skip-chars-backward " \r\"")
(point)))))
(unless (member '%NoSelect flags)
(unless (member '%Noselect flags)
(let* ((group (utf7-decode (if (stringp group) group
(format "%s" group)) t))
(group (cond ((or (not prefix)