From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48667 Path: main.gmane.org!not-for-mail From: Derrell.Lipman@UnwiredUniverse.com Newsgroups: gmane.emacs.gnus.general Subject: Re: Create groups after moving nnml dirs? Date: Fri, 03 Jan 2003 12:57:53 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: <65t686am.fsf@random.localnet.unwireduniverse.com> References: <84el7uazy6.fsf@lucy.cs.uni-dortmund.de> Reply-To: Derrell.Lipman@UnwiredUniverse.com NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1041616671 20370 80.91.224.249 (3 Jan 2003 17:57:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 3 Jan 2003 17:57:51 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18UW4q-0005II-00 for ; Fri, 03 Jan 2003 18:57:48 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18UW5E-0002Z9-00; Fri, 03 Jan 2003 11:58:12 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 Jan 2003 11:59:06 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA28723 for ; Fri, 3 Jan 2003 11:58:54 -0600 (CST) Original-Received: (qmail 64469 invoked by alias); 3 Jan 2003 17:57:55 -0000 Original-Received: (qmail 64464 invoked from network); 3 Jan 2003 17:57:55 -0000 Original-Received: from h0080ad81a8d6.ne.client2.attbi.com (HELO chaos.localnet.unwireduniverse.com) (24.147.249.152) by 66.230.238.6 with SMTP; 3 Jan 2003 17:57:55 -0000 Original-Received: from random.localnet.unwireduniverse.com (mail@random.localnet.UnwiredUniverse.com [192.168.1.9]) by chaos.localnet.unwireduniverse.com (8.12.1/8.12.1) with ESMTP id h03Hvse0027218; Fri, 3 Jan 2003 12:57:54 -0500 Original-Received: from derrell by random.localnet.unwireduniverse.com with local (Exim 3.35 #1 (Debian)) id 18UW4v-0000QO-00; Fri, 03 Jan 2003 12:57:53 -0500 Original-To: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) Mail-Followup-To: kai.grossjohann@uni-duisburg.de, ding@gnus.org In-Reply-To: <84el7uazy6.fsf@lucy.cs.uni-dortmund.de> (kai.grossjohann@uni-duisburg.de's message of "Fri, 03 Jan 2003 18:46:41 +0100") Original-Lines: 29 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Common Lisp, i386-debian-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48667 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48667 kai.grossjohann@uni-duisburg.de (Kai Gro=DFjohann) writes: > Say I do "tar cfpj x.tbz Mail/foo" on one machine and then unpack it > on another machine. How do I tell Gnus about the new groups foo.bar > and foo.quux? > > And I don't mean manually. Actually, we're talking about more than > 1,000 groups. It's not fun to type G m for each of those! How about something like this: M-x shell cd foo ls -1 C-x b *scratch* RET M-< C-x ( C-SPC C-E M-w C-x b *Group* RET G w foo.C-Y RET C-x b *scratch* RET C-a C-n C-x ) C-u 10000 C-x e Derrell