From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9874 Path: main.gmane.org!not-for-mail From: Jan Vroonhof Newsgroups: gmane.emacs.gnus.general Subject: Re: Bursting hundreds of digests. Date: 11 Feb 1997 12:00:09 +0100 Sender: vroonhof@math.ethz.ch Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.94) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035149833 21077 80.91.224.250 (20 Oct 2002 21:37:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:37:13 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id DAA29046 for ; Tue, 11 Feb 1997 03:16:17 -0800 Original-Received: from frege.math.ethz.ch (root@frege-d-math-north-g-west.math.ethz.ch [129.132.145.3]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Tue, 11 Feb 1997 12:00:15 +0100 Original-Received: from fresnel.math.ethz.ch (vroonhof@fresnel [129.132.145.6]) by frege.math.ethz.ch (8.6.12/Main-STAT-mailer) with ESMTP id LAA11257 for ; Tue, 11 Feb 1997 11:59:03 +0100 Original-Received: (vroonhof@localhost) by fresnel.math.ethz.ch (8.6.9/D-MATH-client) id MAA20087; Tue, 11 Feb 1997 12:00:10 +0100 Original-To: ding@ifi.uio.no In-Reply-To: Eze Ogwuma's message of Tue, 11 Feb 1997 10:18:06 +0000 (GMT) Original-Lines: 24 X-Mailer: Gnus v5.4.12/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:9874 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9874 Eze Ogwuma writes: > I have hundreds of digests on my system. I have been using Gnus to read > them individually with "C-d" but I would like to be able to see them as a > group so that all the messages can be threaded. > > Is there a way to burst an nnml folder full of digests or to treat all > the digests as one single large group or send each message to my nntp > server ..... ? Process mark all the digests and then type M-C-d, where the following is bound. gnus-summary-read-document: (n) -- an interactive compiled Lisp function. -- loads from "gnus-sum". Open a new group based on the current article(s). This will allow you to read digests and other similar documents as newsgroups. Obeys the standard process/prefix convention. Thanks to new nnvirtual stuff it is actually quite fast too. Jan