Gnus development mailing list
 help / color / mirror / Atom feed
* p0.84: Incorrect "new" message when getting mail
@ 1999-05-04 18:25 Karl Kleinpaste
  1999-05-04 21:34 ` Jack Vinson
  1999-06-12  7:20 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 4+ messages in thread
From: Karl Kleinpaste @ 1999-05-04 18:25 UTC (permalink / raw)


My *Messages* buffer contains many sequences like this:

        nnml: Reading incoming mail from file...
        Wrote /home/karl/Mail/list/ding/24422
        Wrote /home/karl/Mail/personal/jprc/total-recall/738
        nnml: Reading incoming mail (1 new)...done

1?  Self-evidently, there were 2.

The number of new items in parentheses is always either 0 or 1.


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

* Re: p0.84: Incorrect "new" message when getting mail
  1999-05-04 18:25 p0.84: Incorrect "new" message when getting mail Karl Kleinpaste
@ 1999-05-04 21:34 ` Jack Vinson
  1999-05-05  1:44   ` Stainless Steel Rat
  1999-06-12  7:20 ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 4+ messages in thread
From: Jack Vinson @ 1999-05-04 21:34 UTC (permalink / raw)


>>>>> "KK" == Karl Kleinpaste <karl@justresearch.com> writes:

KK> My *Messages* buffer contains many sequences like this:
KK>         nnml: Reading incoming mail from file...
KK>         Wrote /home/karl/Mail/list/ding/24422
KK>         Wrote /home/karl/Mail/personal/jprc/total-recall/738
KK>         nnml: Reading incoming mail (1 new)...done

KK> 1?  Self-evidently, there were 2.

KK> The number of new items in parentheses is always either 0 or 1.

This confused me for a while too.  I haven't delved into the code, but I
believe there are a couple different /count/ variables.  At least in the
gnus-pop implementation.
        * One variable keeps track of how many mail files have been read
        * Another keeps track of how many messages are retrieved from that
          file, so you can have a message like "Retrieving message 1 of 5
          from pop" (or whatever).
That final message indicates that Gnus read incoming mail from One mail
file.  Presumably, if you have 5 mail sources, this would keep track of
that number as well.

Lars, is this true?  Is Lars able to breath?


-- 
Jack Vinson <jvinson@chevax.ecs.umass.edu>    http://www.cis.upenn.edu/~vinson/
Zippy: LIFE is a never-ending INFORMERCIAL!



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

* Re: p0.84: Incorrect "new" message when getting mail
  1999-05-04 21:34 ` Jack Vinson
@ 1999-05-05  1:44   ` Stainless Steel Rat
  0 siblings, 0 replies; 4+ messages in thread
From: Stainless Steel Rat @ 1999-05-05  1:44 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

* Jack Vinson <jvinson@chevax.ecs.umass.edu>  on Tue, 04 May 1999
|         * Another keeps track of how many messages are retrieved from that
|           file, so you can have a message like "Retrieving message 1 of 5
|           from pop" (or whatever).

There are actually no global variables in this part of pop3.el.  The
'retrieving' messages use variables enclosed within a let in pop3-movemail:
`message-count' is let-bound to the result of pop3-stat, and `n' is a
similarly bound counter inside a while loop.  Once pop3-movemail finishes,
those variables are unbound.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v0.9.5 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE3L6KQgl+vIlSVSNkRAiVMAKDkZ0otaVn1vu76s5rnJC2FphWFGgCeLDNH
zN6OPPgxudC6jid7vNbuWfo=
=t4ht
-----END PGP SIGNATURE-----

-- 
Rat <ratinox@peorth.gweep.net>    \ When not in use, Happy Fun Ball should be
Minion of Nathan - Nathan says Hi! \ returned to its special container and
PGP Key: at a key server near you!  \ kept under refrigeration.


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

* Re: p0.84: Incorrect "new" message when getting mail
  1999-05-04 18:25 p0.84: Incorrect "new" message when getting mail Karl Kleinpaste
  1999-05-04 21:34 ` Jack Vinson
@ 1999-06-12  7:20 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-06-12  7:20 UTC (permalink / raw)


Karl Kleinpaste <karl@justresearch.com> writes:

>         nnml: Reading incoming mail from file...
>         Wrote /home/karl/Mail/list/ding/24422
>         Wrote /home/karl/Mail/personal/jprc/total-recall/738
>         nnml: Reading incoming mail (1 new)...done
> 
> 1?  Self-evidently, there were 2.

Yup.  Fix in Pterodactyl Gnus v0.86.

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


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

end of thread, other threads:[~1999-06-12  7:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-05-04 18:25 p0.84: Incorrect "new" message when getting mail Karl Kleinpaste
1999-05-04 21:34 ` Jack Vinson
1999-05-05  1:44   ` Stainless Steel Rat
1999-06-12  7:20 ` 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).