Gnus development mailing list
 help / color / mirror / Atom feed
* Is anyone using agent?
@ 1999-03-18 16:25 Laura Conrad
  1999-03-28 15:17 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Laura Conrad @ 1999-03-18 16:25 UTC (permalink / raw)


I tried using agent last night, with xemacs 20.4 and pgnus 80, and am
having trouble getting it to work.

I think a lot of my troubles come from having stuff hanging around
from previous attempts to use agent, and I will try to clean all the
old stuff out tonight.

However, if anyone is using it who can send me a description of what
they really do, I would appreciate it.

I find the explanation of how to set up categories for downloading in
the manual particularly confusing.

-- 
Laura 
lconrad@world.std.com


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

* Re: Is anyone using agent?
  1999-03-18 16:25 Is anyone using agent? Laura Conrad
@ 1999-03-28 15:17 ` Lars Magne Ingebrigtsen
  1999-03-29  2:09   ` lconrad
       [not found]   ` <m34sn5oxmh.fsf@serpent.laymusic.>
  0 siblings, 2 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-03-28 15:17 UTC (permalink / raw)


Laura Conrad <lconrad@concord.com> writes:

> However, if anyone is using it who can send me a description of what
> they really do, I would appreciate it.

Well, the agent works for me, and I basically just do what the
cookbook in the manual says...

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


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

* Re: Is anyone using agent?
  1999-03-28 15:17 ` Lars Magne Ingebrigtsen
@ 1999-03-29  2:09   ` lconrad
       [not found]   ` <m34sn5oxmh.fsf@serpent.laymusic.>
  1 sibling, 0 replies; 4+ messages in thread
From: lconrad @ 1999-03-29  2:09 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

    Lars> Laura Conrad <lconrad@concord.com> writes:
    >> However, if anyone is using it who can send me a description of
    >> what they really do, I would appreciate it.

    Lars> Well, the agent works for me, and I basically just do what
    Lars> the cookbook in the manual says...

The cookbook explains how to use the agent for both mail and news.  I
want to go on using my regular offline mail reading (fetchmail and
qmail) for mail, and try using the agent for news.  I have tried:

(setq gnus-select-method '(nntp "news.std.com")) 

(setq gnus-secondary-select-methods 
      '((nnml "private"))) 
     (setq nnmail-spool-file "~/Mailbox") 

I have mail in that spool file, and gnus doesn't read it. 

Is there a way to read my mail from the local spool and news via the
agent from my isp?

(I have tried the cookbook, and seemed to have trouble getting the
mail sent.)
-- 
Laura (mailto:lconrad@world.std.com , http://www.world.std.com/~lconrad/ )
(617) 661-8097	 
233 Broadway, Cambridge, MA 02139


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

* Re: Is anyone using agent?
       [not found]   ` <m34sn5oxmh.fsf@serpent.laymusic.>
@ 1999-03-29  2:55     ` John Saylor
  0 siblings, 0 replies; 4+ messages in thread
From: John Saylor @ 1999-03-29  2:55 UTC (permalink / raw)
  Cc: ding

Hi

>>>>> "l" == lconrad  <lconrad@world.std.com> writes:
[x]

 l> (setq nnmail-spool-file "~/Mailbox")

Could be a syntax issue, I think gnus expects an alist. Mine looks
like this [pgnus 80]:
(setq nnmail-spool-file
      '((pop 
	 :server "pop.server"
	 :user "jsaylor")
	(file
	 :path "/var/spool/mail/jsaylor")))

Accordingly, I would rewrite it like this:
(setq nnmail-spool-file 
        '((file
        :path (expand-file-name "~/Mailbox"))))

[also adding the expand-file-name call to ~/Mailbox to avoid twiddle
problems]

Good luck!

-- 
\js

"Oh my!  An `inflammatory attitude' in alt.flame?  Never heard of such
a thing..."
-- Allen Gwinn, allen@sulaco.Sigma.COM


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

end of thread, other threads:[~1999-03-29  2:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-18 16:25 Is anyone using agent? Laura Conrad
1999-03-28 15:17 ` Lars Magne Ingebrigtsen
1999-03-29  2:09   ` lconrad
     [not found]   ` <m34sn5oxmh.fsf@serpent.laymusic.>
1999-03-29  2:55     ` John Saylor

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