Gnus development mailing list
 help / color / mirror / Atom feed
From: Harry Putnam <reader@newsguy.com>
Subject: Re: Removing gaps by moving articles from group x to group x doesn't work
Date: 31 Jan 2001 07:05:08 -0800	[thread overview]
Message-ID: <m3zog7zrsf.fsf@reader.newsguy.com> (raw)
In-Reply-To: <87y9vshsyq.fsf@lynx.ionific.com> (Hannu Koivisto's message of "31 Jan 2001 13:16:45 +0200")

Hannu Koivisto <azure@iki.fi> writes:

> Toby Speight <streapadair@gmx.net> writes:
> 
> | Ah, you don't have holes in the numbering, then?  Just that your
> | ticked articles aren't contiguous?
> 
> That's correct.
> 
> | That's not the problem the renumbering aims to solve.
> 
> Um, well, I didn't know that incontiguous ticked articles cause a
> wrong article count to be displayed as well.  So how should I fix
> this problem, then?

Hannu has clearly highlighted a long standing problem that has lead to
hundreds, probably thousands of posts in the last few years concering
the inaccurate message counts supplied by gnus.

Seems there would be some easy way to reset that group count number.
Especially in mail groups where the file numbers aren't as important.

I'm probably overlooking obvious problems but it seems to me a simple
call to `ls |wc -l' and then using that number to reset should be a
handy command somewhere in mail group commands.  Or maybe a secondary
number could be shown that is the `real' external  messages count kept
separate from gnus counting scheme.

How does one insert a user prompt into a simple `defun'  I think I'd
like to have one that does this:

 (defun hp-count-group ()
   "Run ls |wc -l on selected group" 
   (interactive)
   (shell-command "ls |wc -l" nil nil))

How would I insert something that prompts me for a group name in the above.





  reply	other threads:[~2001-01-31 15:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-28 18:50 Hannu Koivisto
2001-01-30 12:21 ` Toby Speight
2001-01-30 14:14   ` Hannu Koivisto
2001-01-30 16:20     ` ShengHuo ZHU
2001-01-30 17:13       ` Hannu Koivisto
2001-01-30 18:10         ` Toby Speight
2001-01-31 11:16           ` Hannu Koivisto
2001-01-31 15:05             ` Harry Putnam [this message]
2001-01-30 20:59         ` Nevin Kapur
2001-02-07 17:47     ` Kai Großjohann

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=m3zog7zrsf.fsf@reader.newsguy.com \
    --to=reader@newsguy.com \
    /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).