emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3f571bd: Fix case of IMAP Noselect flag


From: Eric Abrahamsen
Subject: [Emacs-diffs] master 3f571bd: Fix case of IMAP Noselect flag
Date: Mon, 22 Jul 2019 13:59:15 -0400 (EDT)

branch: master
commit 3f571bdd6889b09b8dee85d7d995097392a7cf1e
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Fix case of IMAP Noselect flag
    
    * lisp/gnus/nnimap.el (nnimap-get-groups): We should be looking for
    %Noselect, not %NoSelect.
---
 lisp/gnus/nnimap.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el
index 4a1ab2c..49b997c 100644
--- a/lisp/gnus/nnimap.el
+++ b/lisp/gnus/nnimap.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]