Gnus development mailing list
 help / color / mirror / Atom feed
From: Stainless Steel Rat <ratinox@peorth.gweep.net>
Subject: Re: nnmail-spool-file should be a list...
Date: 08 Apr 1997 20:38:41 -0400	[thread overview]
Message-ID: <wk4tdhqbce.fsf@peorth.gweep.net> (raw)
In-Reply-To: wmperry@aventail.com's message of 08 Apr 1997 13:21:10 -0700

-----BEGIN PGP SIGNED MESSAGE-----

>>>>> "WMP" == William M Perry <wmperry@aventail.com> writes:

WMP> (setq nnmail-spool-files '("po:wmperry@aventail.com"
WMP>                            "po:wmperry@oz.net"
WMP>                            "/var/spool/mail/wmperry"))

Here is a problem that a few have run into: pop3 cannot deal with local
mail spool files; it is strictly a pop interface.  I expect the IMAP
equivalent to have a similar problem.  On the other hand, movemail is kinda
lame in a variety of ways but sometimes you need it.

To do things right, nnmail-spool-files should really be an alist, something
like this, to ensure that the correct method is used to retrieve mail:

(setq nnmail-spool-methods
      '(("po:wmperry@aventail.com" . 'nnmail-pop3-movemail) ; POP3
        ("po:wmperry@oz.net"       . 'nnmail-imap-movemail) ; IMAP
        ("/var/spool/mail/wmperry" . "movemail")            ; local spool file
        ))

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: noconv

iQCVAwUBM0rlDp6VRH7BJMxHAQFk4gP+OZOGwsLiWJz3UFE+SLg/lWdOpAnYuWH1
aPLKqUmuGDCk7SZJKWMvbDpjf/sdfWHzGaiJOAcASS+jmkcMvR6gte84oRqN0dxM
iVik4Jkq9RuhTp45rRM1TZObh1WC1eybk5wWb8Nx0qz8n9s/y8FL1BwHTJfAod9M
7VGrUYHTp7o=
=Gmde
-----END PGP SIGNATURE-----
-- 
Rat <ratinox@peorth.gweep.net>    \ Warning: pregnant women, the elderly, and
PGP Key: at a key server near you! \ children under 10 should avoid prolonged
                                    \ exposure to Happy Fun Ball.


  parent reply	other threads:[~1997-04-09  0:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-08 20:21 William M. Perry
1997-04-08 21:13 ` William M. Perry
1997-04-09  0:13   ` Sudish Joseph
1997-04-09  4:25     ` William M. Perry
1997-04-09  0:38 ` Stainless Steel Rat [this message]
1997-04-09  2:17   ` John McClary Prevost
1997-04-09  4:49   ` William M. Perry
1997-04-09  8:58     ` Per Abrahamsen
1997-04-09 11:49       ` Hrvoje Niksic
1997-04-09 14:16         ` William M. Perry
1997-04-09 17:45           ` Hrvoje Niksic
1997-04-09 22:25     ` Stainless Steel Rat

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=wk4tdhqbce.fsf@peorth.gweep.net \
    --to=ratinox@peorth.gweep.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).