Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: kai.grossjohann@uni-duisburg.de (Kai Großjohann)
Subject: Re: Help ! Problems reading from two mail accounts.
Date: Sat, 11 Jan 2003 12:00:31 +0100	[thread overview]
Message-ID: <848yxsc5o0.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: <n0mbbnrf.fsf@optushome.com.au>

urfaust <urfaust@optushome.com.au> writes:

> See below
>
> (setq mail-sources 
>       '((pop :server "mail"
>              :user "one"
>              :password "onesdeepdarksecret")))
>
> (add-to-list 'mail-sources '(pop :server "mail"
>             :user "two"
>             :password "sosecretthatiwouldhavetodosomethinghorridtoyou"))

It doesn't make sense that this works but the original fails.

You said you had

    (setq mail-sources '( (pop ...) (pop ...) ))

Are you sure you didn't have the following?

    (setq mail-sources '((pop ...))
          mail-sources '((pop ...)))

The two-line version will fail, the first one will succeed.
-- 
Ambibibentists unite!


  reply	other threads:[~2003-01-11 11:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <7kdgz0um.fsf@optushome.com.au>
     [not found] ` <iloverobin.874r8lfelx.fsf@news.socha.net>
     [not found]   ` <aveo20$nhe$07$1@news.t-online.com>
     [not found]     ` <r8boykyc.fsf@hschmi22.userfqdn.rz-online.de>
2003-01-07 18:52       ` Florian-Wolfgang Stock
     [not found]     ` <vz65t0ncpk.fsf@viteno.dyns.net>
     [not found]       ` <avf2dp$7v7$07$1@news.t-online.com>
2003-01-08 16:38         ` urfaust
2003-01-11 11:00           ` Kai Großjohann [this message]
2003-01-11 14:56             ` Florian-Wolfgang Stock
2003-01-08  7:14   ` urfaust

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=848yxsc5o0.fsf@lucy.cs.uni-dortmund.de \
    --to=kai.grossjohann@uni-duisburg.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.
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).