From: galen_boyer@yahoo.com
To: help-gnu-emacs@gnu.org
Subject: Re: Help with Gnus and Gmail
Date: Sat, 26 Dec 2009 00:00:50 -0500 [thread overview]
Message-ID: <u8wcqxrb1.fsf@L14009470.i-did-not-set--mail-host-address--so-tickle-me> (raw)
In-Reply-To: mailman.8594.1255351848.2239.help-gnu-emacs@gnu.org
Wang Lei <f3d27b@gmail.com> writes:
> Mario Castelán Castro <mariocastelancastro@gmail.com> writes:
>
[...]
>
> (setq gnus-select-method '(nnml ""))
>
> I use the nnml as the backend. This is part of my config, hope useful.
>
> (setq gnus-select-method '(nnml ""))
> (setq mail-sources '((imap :server "imap.gmail.com"
> :port 993
> :user "xxx@gmail.com"
> :password "secret"
> :authentication 'login
> :stream ssl
> :fetchflag "\\Seen")
> (imap :server "imap.gmail.com"
> :port 993
> :user "yyy@gmail.com"
> :password "secret"
> :authentication 'login
> :stream ssl
> :fetchflag "\\Seen")))
I followed this advice.
I put my login info only into the .gnus.el (username and password changed)
(setq gnus-select-method '(nnml ""))
(setq mail-sources '((imap :server "imap.gmail.com"
:port 993
:user "myusername@gmail.com"
:password "secret"
:authentication 'login
:stream ssl)))
The above was the only thing in the .gnus.el. I then started a fresh
Emacs and then started Gnus.
Here is the *messages* buffer directly after logging into GNUS (minus
the messages from starting Emacs:
Loading gnus...done
Loading gnus-start...done
Loading gnus-agent...done
Loading bbdb-gnus...done
Reading c:/Users/nrp0219342/Home/.newsrc.eld...
Ignoring disappeared server `nnimap:gmail'
Reading active file via nnml...
nnml: Reading incoming mail from imap...
Loading cl-macs...done
Loading byte-opt...done
Loading imap...done
imap: Connecting to imap.gmail.com...
imap: Opening SSL connection with `openssl s_client -quiet -ssl3 -connect %s:%p'...done
Waiting for response from imap.gmail.com...done
imap: Plaintext authentication...
Loading utf7...done
nnml: Reading incoming mail (no new mail)...done
Reading active file via nnml...done
Generating the cache active file...done
No new newsgroups
Checking new news...
Opening nnml server on -ephemeral...done
Checking new news...done
What is fishy is the "Ignoring disappeared server" line.
After Gnus is started, I do not see an imap group and the servers buffer
does not have an imap server anywhere. My imap email account has unread
messages in it.
Suggestions?
Thanks.
--
Galen Boyer
--- news://freenews.netfront.net/ - complaints: news@netfront.net ---
next prev parent reply other threads:[~2009-12-26 5:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-10 17:40 Help with Gnus and Gmail Mario Castelán Castro
2009-10-12 6:22 ` Nevo
2009-10-12 10:23 ` Alberto Luaces
2009-10-12 12:51 ` Wang Lei
[not found] ` <mailman.8594.1255351848.2239.help-gnu-emacs@gnu.org>
2009-12-26 5:00 ` galen_boyer [this message]
2009-12-26 6:48 ` galen_boyer
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=u8wcqxrb1.fsf@L14009470.i-did-not-set--mail-host-address--so-tickle-me \
--to=galen_boyer@yahoo.com \
--cc=help-gnu-emacs@gnu.org \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).