Gnus development mailing list
 help / color / mirror / Atom feed
* mail source changes
@ 1999-01-27 21:22 Simon Josefsson
  1999-01-28  9:59 ` Lars Magne Ingebrigtsen
  1999-01-28 10:07 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Josefsson @ 1999-01-27 21:22 UTC (permalink / raw)


How do I tell the new mail source stuff to use movemail?

I tried `(setq nnmail-spool-file '((pop)))' but it started questioning
me for a password and then seemed to use the elisp POP stuff, I don't
want that.

My movemail program fetch my mail with Kerberos POP. Since people
could want to use fetchmail or other programs that fetch their mail,
perhaps we could have a mail source that looked something like this?

(setq nnmail-spool-file '((program :program "zlirkonf"
				   :args "-blahonga gronk ~/mymail"
				   :file "~/mymail")))

Or am I missing something?   (Documentation perhaps :-))


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

* Re: mail source changes
  1999-01-27 21:22 mail source changes Simon Josefsson
@ 1999-01-28  9:59 ` Lars Magne Ingebrigtsen
  1999-01-28 10:07 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-01-28  9:59 UTC (permalink / raw)


Simon Josefsson <jas@pdc.kth.se> writes:

> How do I tell the new mail source stuff to use movemail?

Erm, uhm.

> My movemail program fetch my mail with Kerberos POP. Since people
> could want to use fetchmail or other programs that fetch their mail,
> perhaps we could have a mail source that looked something like this?
> 
> (setq nnmail-spool-file '((pop :program "zlirkonf"
> 				   :args "-blahonga gronk ~/mymail"
> 				   :file "~/mymail")))

Yes, that sounds like a good idea.

And there should also be a :function that would name a Lisp function
to be used.

I don't think the :file keyword is needed, though.

Fix in Pterodactyl Gnus v0.75.

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


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

* Re: mail source changes
  1999-01-27 21:22 mail source changes Simon Josefsson
  1999-01-28  9:59 ` Lars Magne Ingebrigtsen
@ 1999-01-28 10:07 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-01-28 10:07 UTC (permalink / raw)


Simon Josefsson <jas@pdc.kth.se> writes:

> (setq nnmail-spool-file '((program :program "zlirkonf"
> 				   :args "-blahonga gronk ~/mymail"
> 				   :file "~/mymail")))

So ordinary movemail would be

(setq nnmail-spool-file '((ppop :program "movemail"
				 :args "po:larsi")))

Or I could do format specs and stuff in the args, but that sounds like 
way too much work.

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


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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-27 21:22 mail source changes Simon Josefsson
1999-01-28  9:59 ` Lars Magne Ingebrigtsen
1999-01-28 10:07 ` Lars Magne Ingebrigtsen

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