Gnus development mailing list
 help / color / mirror / Atom feed
From: Nevin Kapur <nevin@jhu.edu>
Subject: How to rescan just one group?
Date: 23 Mar 2001 21:16:24 -0500	[thread overview]
Message-ID: <m3n1ab7vyf.fsf@fermat.mts.jhu.edu> (raw)

Hi,

I am writing a little front end for grepmail[1] that takes creates an
nndoc group from its results.

What I want to do is rescan this group, clear its data (since I am
using the same file over and over again) and enter it.
Currently I am doing something like

(gnus-group-jump-to-group group-name)
(gnus-group-set-current-level 1 1)
(gnus-group-clear-data)
(gnus-group-get-new-news 1)
(gnus-group-jump-to-group group-name)
(gnus-group-select-group t)

which is what I would do manually. Is there a better/faster/more
elegant way to achieve this?

Thanks,

Nevin

Footnotes: 
[1]  http://grepmail.sourceforge.net

-- 
Nevin


             reply	other threads:[~2001-03-24  2:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-03-24  2:16 Nevin Kapur [this message]
2001-03-24 20:01 ` Kai Großjohann
2001-03-24 20:20   ` Nevin Kapur
2001-03-25 10:41     ` Kai Großjohann
2001-03-25 11:22 ` Gregory.Chernov

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=m3n1ab7vyf.fsf@fermat.mts.jhu.edu \
    --to=nevin@jhu.edu \
    /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).