mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
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:
parent
7e294d55e1
commit
3f571bdd68
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue