all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: ozhap@vollbio.de
Cc: 42823@debbugs.gnu.org
Subject: bug#42823: 27.1; gnus-unplugged: nnimap (gmail) folder names having spaces not appearing
Date: Wed, 12 Aug 2020 09:57:56 -0700	[thread overview]
Message-ID: <87wo23u7hn.fsf@ericabrahamsen.net> (raw)
In-Reply-To: <trinity-2c9d7988-4484-4138-b945-a066aca1ae74-1597215760999@3c-app-gmx-bap45> (ozhap's message of "Wed, 12 Aug 2020 09:02:41 +0200")

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	other threads:[~2020-08-12 16:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-12  7:02 bug#42823: 27.1; gnus-unplugged: nnimap (gmail) folder names having spaces not appearing ozhap
2020-08-12 16:57 ` Eric Abrahamsen [this message]
2020-09-19  4:57   ` bug#42823: [PATCH] " Ozhap
2020-09-19  7:08     ` Andreas Schwab
2020-09-19  7:45       ` Ozhap
2020-09-19 15:36         ` Eric Abrahamsen
2020-09-20  1:32           ` Ozhap
2020-09-23 23:08             ` Eric Abrahamsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wo23u7hn.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=42823@debbugs.gnu.org \
    --cc=ozhap@vollbio.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.