bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#42823: 27.1; gnus-unplugged: nnimap (gmail) folder names having spac


From: Eric Abrahamsen
Subject: bug#42823: 27.1; gnus-unplugged: nnimap (gmail) folder names having spaces not appearing
Date: Wed, 12 Aug 2020 09:57:56 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

ozhap@vollbio.de writes:

> 1. Gmail IMAP should be accessible. Keep credentials in .authinfo.gpg.
>    No Gnus files or directories (News, .newsrc*, Mail) present.
> 2. emacs -Q
> 3. Run:
>
> (setq gnus-select-method
>       '(nnimap "gmail"
>              (nnimap-address "imap.gmail.com")
>              (nnimap-server-port 993)
>              (nnimap-stream ssl)))
>
> 4. M-x gnus
> 5. ^ (Server list)
> 6. Go to 'gmail' and: J a (agentize)
> 7. q (back to Group buffer)
> 8. g (refresh)
> 9. q (quit Gnus)
> 10. Go offline.
> 11. M-x gnus-unplugged
>
> 'Sent mail' is missing.

Hmm, I can partially confirm: in my tests, I do see the group still
present in the *Group* buffer, but it can't be activated. The group is
present in the agent's data: the group has its own directory (complete
with space in the directory name), and it is also present in the agent's
active file (also with space).

I've only been able to get as far as figuring out that the group is
*not* present in nnml-group-alist, after nnagent has been made the
current server. Presumably that's because the reading of the active file
is still done with `read', which will only read one word, not the full
name, thus the parsing fails and this line is discarded.

It might be time to get rid of the last of the `read' tricks...





reply via email to

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