]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix case of IMAP Noselect flag
authorEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 22 Jul 2019 17:56:34 +0000 (10:56 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Mon, 22 Jul 2019 17:57:09 +0000 (10:57 -0700)
* lisp/gnus/nnimap.el (nnimap-get-groups): We should be looking for
%Noselect, not %NoSelect.

lisp/gnus/nnimap.el

index 4a1ab2cca5c2aafbf2d15f0c20e06d8cf8a92d37..49b997cb0b8086854412ada99b91f22a9a4ac08a 100644 (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)