Gnus development mailing list
 help / color / mirror / Atom feed
* Server instuctions / Server buffer
@ 2000-04-22 20:48 Harry Putnam
  2000-04-22 23:08 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Harry Putnam @ 2000-04-22 20:48 UTC (permalink / raw)



Can a server be instructed to *not* scan for mail in the "server
buffer" description of an added server? 

I have one such server defined like so:
(nnml "mail2"
      (nnml-directory "/mnt/pack/Mail/")
      (nnml-nov-directory "/mnt/pack/Mail/")
      (nnml-active-file "/mnt/pack/Mail/active"))

Can I add a line here to cause this server *not* to look for mail?
IF so, what would the syntax be?



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

* Re: Server instuctions / Server buffer
  2000-04-22 20:48 Server instuctions / Server buffer Harry Putnam
@ 2000-04-22 23:08 ` Lars Magne Ingebrigtsen
  2000-04-24 17:03   ` Harry Putnam
  0 siblings, 1 reply; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2000-04-22 23:08 UTC (permalink / raw)


Harry Putnam <reader@newsguy.com> writes:

> (nnml "mail2"
>       (nnml-directory "/mnt/pack/Mail/")
>       (nnml-nov-directory "/mnt/pack/Mail/")
>       (nnml-active-file "/mnt/pack/Mail/active"))
> 
> Can I add a line here to cause this server *not* to look for mail?
> IF so, what would the syntax be?

        (nnml-get-new-mail nil)

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



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

* Re:[was] Server instuctions / Server buffer
  2000-04-22 23:08 ` Lars Magne Ingebrigtsen
@ 2000-04-24 17:03   ` Harry Putnam
  0 siblings, 0 replies; 3+ messages in thread
From: Harry Putnam @ 2000-04-24 17:03 UTC (permalink / raw)


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

> Harry Putnam <reader@newsguy.com> writes:
> 
> > (nnml "mail2"
> >       (nnml-directory "/mnt/pack/Mail/")
> >       (nnml-nov-directory "/mnt/pack/Mail/")
> >       (nnml-active-file "/mnt/pack/Mail/active"))
> > 
> > Can I add a line here to cause this server *not* to look for mail?
> > IF so, what would the syntax be?
> 
>         (nnml-get-new-mail nil)

I thought this was the case...

What prompted me to ask this question was recent behavior I've
noticed that I thought might be related to adding two new nnml
servers.

The behavior is that gnus scans a bunch of directories when a "g" or
batch-fetch is done like so:

nnml: Reading incoming mail (no new mail)...done
nnml: Reading incoming mail from directory...

These messages are repeated at least  24 times.

However, by adding the line:
(nnml-get-new-mail nil)

To both new nnml servers like so:
(nnml "mail2"
      (nnml-directory "/mnt/pack/Mail/")
      (nnml-nov-directory "/mnt/pack/Mail/")
      (nnml-active-file "/mnt/pack/Mail/active")
      (nnml-get-new-mail nil))

Has had no effect on it.

What else may cause this?  I have:
(setq primary-inbox-list (list "/var/spool/mail/reader"))

in .emacs



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

end of thread, other threads:[~2000-04-24 17:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-22 20:48 Server instuctions / Server buffer Harry Putnam
2000-04-22 23:08 ` Lars Magne Ingebrigtsen
2000-04-24 17:03   ` Harry Putnam

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