Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tim McNamara <timmcn@bitstream.net>
Subject: Re: A problem getting pop mail
Date: Sun, 04 Dec 2005 19:43:06 -0600	[thread overview]
Message-ID: <m2hd9o1fpx.fsf@Althea.local> (raw)
In-Reply-To: <7yy830mldx.fsf@newsguy.com>

metonymy <metonymy@newsguy.com> writes:

> I have gnus 5.9 and gnu emacs 21.2.1 running under cygwin under
> windows xp media center.
>
> I can't get gnus to fetch my pop mail. I assume I'm doing something
> stupid, but I can't figure out what it is.

Yo have two POP accounts listed.  Does it get mail from either server?

> Here are the relevent portions of my gnus:
>
> (setq gnus-select-method '(nntp "news.newsguy.com"))
> (setq gnus-secondary-select-methods '((nnml "private")))     
>
>
> (setq mail-sources nil)         ;make it empty
> (eval-after-load "mail-source"
>   '(add-to-list 'mail-sources '(pop :server "pop.newsguy.com"
>                                     :user "metonymy"
>                                     :password "password")))
>
> (add-to-list 'mail-sources '(pop :user "gpond" :server "loyno.edu"
> :password "password"))

I think you have some a problem there.  Several, possibly.  One is
your second line, which I think should be

     (add-to-list 'gnus-secondary-select-methods '(nnml ""))

instead of

     (setq gnus-secondary-select-methods '((nnml "private")))

I wonder if  (setq mail-sources nil) isn't creating a problem.

Also, there's no quote (') before 

     (add-to-list 'mail-sources '(pop :user "gpond" :server "loyno.edu"
   :password "password"))

and the name of the server looks incomplete (loyno.edu not pop.loyno.edu).

Try filling in the relevant information for each server into this:

(add-to-list 'gnus-secondary-select-methods '(nnml ""))
(eval-after-load "mail-source"
 '(add-to-list 'mail-sources '(pop :server "pop.newsguy.com"
                                   :user ""metonymy"
                                   :password "password")))

and see if that works.  If so, use that in your .gnus or .emacs.

HTH!


      reply	other threads:[~2005-12-05  1:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-05  0:35 metonymy
2005-12-05  1:43 ` Tim McNamara [this message]

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=m2hd9o1fpx.fsf@Althea.local \
    --to=timmcn@bitstream.net \
    /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 NNTP newsgroup(s).