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; 25+ 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] 25+ messages in thread
* [0.73] Unable to send article written in iso-accents-mode.
@ 1999-01-26  1:41 Lloyd Zusman
  1999-01-26  6:28 ` Stefanie Teufel
  1999-01-26  7:14 ` Andreas Jaeger
  0 siblings, 2 replies; 25+ messages in thread
From: Lloyd Zusman @ 1999-01-26  1:41 UTC (permalink / raw)


[ OOPS! ... I accidentally sent this out too early ... trying again ... ]

I'm using pgnus-0.73 under XEmacs 21.2-beta4.

I routinely switch in and out of `iso-accents-mode' to compose Spanish
email.  Up until version 0.73, I have been able to send this email
without any problems.

Now, however, before sending out my email, I get prompted with ...

   "Charset used in the article:"

However, no matter what I enter, including "iso-8859-1", I get the
following error ...

   Wrong type argument, symbolp "iso-8859-1"

I looked at the `mm-encode-body' function in `mm-bodies.el', and it
seems to require MULE in order for me to bypass this prompt for the
charset.  However, I have never used MULE and I know very little about
it, and I'm not sure if it even is possible for me to use it in
XEmacs.

Therefore, could someone give me a simple, step-by-step explanation of
what I need to do in order to once again be able to send out my email
composed in `iso-accents-mode'?

Furthermore, I'd like to not have to type the name a charset each and
every time I send out a piece of Spanish email.

Any ideas?

Thanks in advance.

-- 
 Lloyd Zusman
 ljz@asfast.com


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

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

Thread overview: 25+ 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
1999-01-26  1:41 [0.73] Unable to send article written in iso-accents-mode Lloyd Zusman
1999-01-26  6:28 ` Stefanie Teufel
1999-01-26  7:14 ` Andreas Jaeger

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