Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: future wishes - ACAP and LDAP support
Date: 12 Oct 1997 15:48:50 +0200	[thread overview]
Message-ID: <m2pvpbccsd.fsf@proletcult.slip.ifi.uio.no> (raw)
In-Reply-To: Paul Franklin's message of "05 Oct 1997 10:02:27 -0700"

Paul Franklin <paul@cs.washington.edu> writes:

> So I might have this in my nnml server definition:
> 
> 	(nnmail-spool-methods
> 		(simple "~/Gnus/outgoing")
> 		(vmpop "pop.cs.washingon.edu:110:pass:paul:*"))

Yes, that's a good idea for a syntax.  Perhaps

(nnmail-spool-methods
 (mbox "~/Gnus/outgoing" :move-function "movemail")
 (pop :server "pop.cs.washingon.edu" :port 110 :password ask :user "paul"
      :protocol apop))

would be clearer, though.  It would be quite extendable, in any case. 

> Then, of course, there's backwards compatibility.  I propose not
> making things strictly backwards compatible, instead making things
> work how novice users probably expect, and forcing expert users to
> possibly do some work.  A server would only use nnmail-spool-file if
> all of these apply for that server:
> 
> * The server is the first mail server in the list of
> 	(cons native-server secondary-servers)
> * nnmail-get-new-mail is t
> * nnmail-spool-file is well-defined
> * nnmail-spool-methods is not defined

Hm.  I think `nnmail-spool-file' should override `nn*-spool-methods'
(or whatever).  So users with more complex needs would set
`nnmail-spool-file' to nil to use the server-specific spool methods.

`nnmail-spool-file' would be extended to support the new syntax,
though.

A related note -- setting server variables is kinda tricky at the
moment, so I think I'll add a setter function for these:

(nnoo-set SERVER VARIABLE VALUE)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


  reply	other threads:[~1997-10-12 13:48 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-09-30 22:40 Richard Coleman
1997-10-01  1:38 ` Andrew J Cosgriff
1997-10-01  2:36 ` Jason R Mastaler
1997-10-01  6:57 ` Rolf Marvin B|e Lindgren
1997-10-01 14:31   ` William M. Perry
1997-10-03 22:10   ` Lars Magne Ingebrigtsen
1997-10-03 23:11     ` David Kågedal
1997-10-12 13:11       ` Lars Magne Ingebrigtsen
1997-10-04 19:17     ` Hrvoje Niksic
1997-10-05 17:02       ` Paul Franklin
1997-10-12 13:48         ` Lars Magne Ingebrigtsen [this message]
1997-10-05 10:00     ` Kim-Minh Kaplan
1997-10-05 20:29     ` Kai Grossjohann
1997-10-12 13:50       ` Lars Magne Ingebrigtsen

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=m2pvpbccsd.fsf@proletcult.slip.ifi.uio.no \
    --to=larsi@gnus.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 NNTP newsgroup(s).