Gnus development mailing list
 help / color / mirror / Atom feed
* And now: mail spool fetching makeover
@ 1999-01-23  9:20 Lars Magne Ingebrigtsen
  1999-01-23 12:06 ` Frank D. Cringle
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-01-23  9:20 UTC (permalink / raw)


Well, since nobody seems to have comments on the disappearance of
gnus-article-display-hook, I take it that that particular makeover
went without any problems.  :-)

The major important outstanding issue now is how to edit MIME
messages.  (I.e., `e' in the summary buffer.)  But since I haven't
really had any ideas how to do that, I'm thinking of doing the mail
spool makeover thing.

But I forget what it was that we planned, so let me ruminate a bit
while I try to recall what it was all about.

1) We don't like the fact that the first mail backend that asks for
mail gets all the mail.  Instead of the mail backends requesting mail, 
we want the mail to be despatched to the backends that wants it.

Er.

2) We want a more flexible way of specifying mail sources.

(pop :server "some.mail.server" :user "name" :password "geheimnis"
     :port 666 :gobbledygook t)

That is, a "mail source" is a list where the car is the mail source
type, and then a bunch of source type-specific keywords follow.
Defaults will exist for non-specified keywords.

Source types would include `file', `directory', `pop', `qmail' and
`group'.

Hm.  This is all about how to find the mail; it says nothing about the 
format of the mail.  Now the format is auto-recognized, but is that
sloppy?  (Unix mbox, babyl and MMDF are recognized.)  For instance, a
directory may contain files of many different formats...

Examples of mail source specifiers:

(file :path "/usr/spool/larsi")

(directory :path "/home/larsi/procmailspool" :matching "\\.spool$")

(group :name "nnmh:incoming-mail")

Er.  How are users supposed to specify which mail sources should be
despatched to which mail backends?  Perhaps the mail sources should be 
specified in the virtual servers?

(nnml ""
 (sources ((file :path "/usr/spool/larsi")
	   (directory :path "/home/larsi/procmailspool"
		       :matching "\\.spool$"))))
Hm.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Magne Ingebrigtsen


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~1999-01-26 10:50 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-23  9:20 And now: mail spool fetching makeover Lars Magne Ingebrigtsen
1999-01-23 12:06 ` Frank D. Cringle
1999-01-23 12:44   ` Lars Magne Ingebrigtsen
1999-01-23 16:40     ` William M. Perry
1999-01-24  2:03       ` Lars Magne Ingebrigtsen
1999-01-23 17:24 ` Kai.Grossjohann
1999-01-24  2:21   ` Lars Magne Ingebrigtsen
1999-01-24 17:45     ` Kai.Grossjohann
1999-01-25  2:46       ` Lars Magne Ingebrigtsen
1999-01-23 18:55 ` Simon Josefsson
1999-01-24  2:18   ` Lars Magne Ingebrigtsen
1999-01-24 17:55     ` Kai.Grossjohann
1999-01-25  2:51       ` Lars Magne Ingebrigtsen
1999-01-25  8:32         ` Steinar Bang
1999-01-25 10:03         ` Kai.Grossjohann
1999-01-25 11:25           ` Lars Magne Ingebrigtsen
1999-01-25 22:08             ` Hans de Graaff
1999-01-26  1:12               ` Dan Christensen
1999-01-26  1:31                 ` [0.73] Unable to send article written in iso-accents-mode Lloyd Zusman
1999-01-26 10:50                 ` And now: mail spool fetching makeover Kai.Grossjohann
1999-01-26  4:54               ` Lars Magne Ingebrigtsen
1999-01-25  8:28     ` Steinar Bang

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).