]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/nnimap.el
Handle unquoted IMAP group names
[gnu-emacs] / lisp / gnus / nnimap.el
index 4a9ca744b9f69657877d529728b2b1d963fbd2a2..6904e0a72595b7bbc04a117e3d7a1f43c92894d7 100644 (file)
@@ -1262,7 +1262,12 @@ If LIMIT, first try to limit the search to the N last articles."
     (while (search-forward "* LIST " nil t)
       (let ((flags (read (current-buffer)))
            (separator (read (current-buffer)))
-           (group (read (current-buffer))))
+           (group (buffer-substring-no-properties
+                   (progn (skip-chars-forward " \"")
+                          (point))
+                   (progn (move-end-of-line 1)
+                          (skip-chars-backward " \r\"")
+                          (point)))))
        (unless (member '%NoSelect flags)
          (push (utf7-decode (if (stringp group)
                                 group