Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
To: ding@gnus.org
Subject: Re: QRESYNC, nnimap and vanished
Date: Sat, 30 Oct 2010 18:39:22 +0200	[thread overview]
Message-ID: <m34oc3prd1.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <87k4kzlu58.fsf@keller.adm.naquadah.org>

Julien Danjou <julien@danjou.info> writes:

> But then, is there any chance/way to update the number of total messages
> shown for the group in the group buffer?

Uhm...  I don't u...  oh!  You want something that says how many
articles there are in total in the group?

Gnus doesn't keep track of that at all.

This is a number that could actually be kept track of.  Most of the
backends (the major exception being nntp) has this info available, but
there's no mechanism for transporting this info over to the Gnus side.
We could add a new "mark" or group parameter -- like `exists' or
something -- and make that available for the group formatting
functions.

nnimap would probably be a good place to implement this as a test case,
but it should be even easier to output from backends like nnml, where
the data is also readily available.  I'm not sure what the interface for
this should be, though...  oh, wait, I know -- nnml could just implement
*-retrieve-group-data-early (as a noop) and
*-finish-retrieve-group-infos (which would do the actual work).  For
instance. 

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




  reply	other threads:[~2010-10-30 16:39 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-28 10:19 Julien Danjou
2010-10-28 12:16 ` Greg Troxel
2010-10-28 14:55 ` Lars Magne Ingebrigtsen
2010-10-28 16:17   ` Julien Danjou
2010-10-28 21:03     ` Lars Magne Ingebrigtsen
2010-10-28 22:01       ` James Cloos
2010-10-29 23:33         ` Lars Magne Ingebrigtsen
2010-10-30  8:35           ` Steinar Bang
2010-10-29  7:18       ` Steinar Bang
2010-10-29 23:33         ` Lars Magne Ingebrigtsen
2010-10-30  8:32           ` Steinar Bang
2010-10-30 11:13             ` Lars Magne Ingebrigtsen
2010-10-30 12:52               ` Julien Danjou
2010-10-30 16:39                 ` Lars Magne Ingebrigtsen [this message]
2010-10-30 20:25                   ` Dave Goldberg
2010-10-30 20:32                     ` Lars Magne Ingebrigtsen
2010-10-30 20:57                   ` Julien Danjou
2010-11-08  9:56                   ` Julien Danjou
2010-11-08 21:28                     ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m34oc3prd1.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).