Gnus development mailing list
 help / color / mirror / Atom feed
* mail source, yet again ...
@ 1999-02-07  8:22 Stefan Waldherr
  1999-02-08  2:29 ` Carsten Leonhardt
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Waldherr @ 1999-02-07  8:22 UTC (permalink / raw)


Hi,

it looks as if I get a line 

nnml: Reading incoming mail from file...
nnml: Reading incoming mail from file...
nnml: Reading incoming mail from file...
nnml: Reading incoming mail...done

for each nnml group I have. And I thought that this 

  (setq nnmail-spool-file 
	;'( "/var/spool/mail/swa"
	;   "/home/swa/mbox"
	;   "/home/swa/Mail/outgoing.spool"
	;   )
	'(
	  (file :path "/var/spool/mail/swa" )
	  (file :path "/home/swa/mbox" )
	  (file :path "/home/swa/Mail/outgoing.spool")
	  )
	)

definition is the way to go these days. Am I wrong?

Thanks,
Stefan.
-- 
Stefan Waldherr                   fax +49 431 8058 136
                               e-Mail stefan@waldherr.org
                                  www http://www.waldherr.org/


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

* Re: mail source, yet again ...
  1999-02-07  8:22 mail source, yet again Stefan Waldherr
@ 1999-02-08  2:29 ` Carsten Leonhardt
  1999-02-08  7:56   ` Stefan Waldherr
  0 siblings, 1 reply; 6+ messages in thread
From: Carsten Leonhardt @ 1999-02-08  2:29 UTC (permalink / raw)
  Cc: ding

>>>>> "Stefan" == Stefan Waldherr <stefan@waldherr.org> writes:

Stefan> it looks as if I get a line 

Stefan> nnml: Reading incoming mail from file...
Stefan> nnml: Reading incoming mail from file...
Stefan> nnml: Reading incoming mail from file...
Stefan> nnml: Reading incoming mail...done

Stefan> for each nnml group I have. And I thought that this 

Stefan>   (setq nnmail-spool-file 
Stefan> 	;'( "/var/spool/mail/swa"
Stefan> 	;   "/home/swa/mbox"
Stefan> 	;   "/home/swa/Mail/outgoing.spool"
Stefan> 	;   )
Stefan> 	'(
Stefan> 	  (file :path "/var/spool/mail/swa" )
Stefan> 	  (file :path "/home/swa/mbox" )
Stefan> 	  (file :path "/home/swa/Mail/outgoing.spool")
Stefan> 	  )
Stefan> 	)

Stefan> definition is the way to go these days. Am I wrong?

Your interpretation is not correct. You get a line "nnml: Reading
incoming mail from <mail source>..." for every mail source you have.

leo


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

* Re: mail source, yet again ...
  1999-02-08  2:29 ` Carsten Leonhardt
@ 1999-02-08  7:56   ` Stefan Waldherr
  1999-02-09 15:51     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Waldherr @ 1999-02-08  7:56 UTC (permalink / raw)


>>>>> "Carsten" == Carsten Leonhardt <leo@arioch.oche.de> writes:

  Carsten> Your interpretation is not correct. You get a line "nnml: Reading
  Carsten> incoming mail from <mail source>..." for every mail source you
  Carsten> have.

Well, that would mean I get three lines for three mail sources, right?
Unfortunately, this is not the case. There are far more than three `nnml:
Reading incoming mail from file...'.

cu
Stefan.
-- 
Stefan Waldherr                   fax +49 431 8058 136
                               e-Mail stefan@waldherr.org
                                  www http://www.waldherr.org/


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

* Re: mail source, yet again ...
  1999-02-08  7:56   ` Stefan Waldherr
@ 1999-02-09 15:51     ` Lars Magne Ingebrigtsen
  1999-02-11  7:30       ` Stefan Waldherr
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-02-09 15:51 UTC (permalink / raw)


Stefan Waldherr <stefan@waldherr.org> writes:

> Well, that would mean I get three lines for three mail sources, right?
> Unfortunately, this is not the case. There are far more than three `nnml:
> Reading incoming mail from file...'.

You get three for each time the scan is done.  Fix in Pterodactyl Gnus
v0.76.

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


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

* Re: mail source, yet again ...
  1999-02-09 15:51     ` Lars Magne Ingebrigtsen
@ 1999-02-11  7:30       ` Stefan Waldherr
  1999-02-11 17:44         ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Waldherr @ 1999-02-11  7:30 UTC (permalink / raw)


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

  Lars> You get three for each time the scan is done.  Fix in Pterodactyl Gnus
  Lars> v0.76.

Hmm, I don't think so. I would expect with 

  (setq nnmail-spool-file 
	;'( "/var/spool/mail/swa"
	;   "/home/swa/mbox"
	;   "/home/swa/Mail/outgoing.spool"
	;   )
	'(
	  (file :path "/var/spool/mail/swa" )
	  (file :path "/home/swa/mbox" )
	  (file :path "/home/swa/Mail/outgoing.spool")
	  )
	)

to get exactly three lines of `nnml: Reading...'. Or am I mis-interpreting
something?

Checking new news...done
Loading gnus-sum...done
Loading gnus-sum...
Opening nndraft server...
nnml: Reading incoming mail from file...
nnml: Reading incoming mail from file...
nnml: Reading incoming mail from file...
nnml: Reading incoming mail from file...
nnml: Reading incoming mail from file...
nnml: Reading incoming mail from file...
nnml: Reading incoming mail from file...
[rest deleted]

cu
Stefan.
-- 
Stefan Waldherr                   fax +49 431 8058 136
                               e-Mail stefan@waldherr.org
                                  www http://www.waldherr.org/


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

* Re: mail source, yet again ...
  1999-02-11  7:30       ` Stefan Waldherr
@ 1999-02-11 17:44         ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-02-11 17:44 UTC (permalink / raw)


Stefan Waldherr <stefan@waldherr.org> writes:

>   Lars> You get three for each time the scan is done.  Fix in Pterodactyl Gnus
>   Lars> v0.76.

[...]

> to get exactly three lines of `nnml: Reading...'. Or am I mis-interpreting
> something?

The code in 0.76 would give you three lines for each nnml group.
That's a bug.

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


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

end of thread, other threads:[~1999-02-11 17:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-07  8:22 mail source, yet again Stefan Waldherr
1999-02-08  2:29 ` Carsten Leonhardt
1999-02-08  7:56   ` Stefan Waldherr
1999-02-09 15:51     ` Lars Magne Ingebrigtsen
1999-02-11  7:30       ` Stefan Waldherr
1999-02-11 17:44         ` 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).