projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e294d5
)
Fix case of IMAP Noselect flag
author
Eric Abrahamsen
<eric@ericabrahamsen.net>
Mon, 22 Jul 2019 17:56:34 +0000
(10:56 -0700)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnimap.el
b/lisp/gnus/nnimap.el
index 4a1ab2cca5c2aafbf2d15f0c20e06d8cf8a92d37..49b997cb0b8086854412ada99b91f22a9a4ac08a 100644
(file)
--- 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 '%No
S
elect flags)
+ (unless (member '%No
s
elect flags)
(let* ((group (utf7-decode (if (stringp group) group
(format "%s" group)) t))
(group (cond ((or (not prefix)