Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!harvard!caip!nike!styx!lll-crg!lll-lcc!pyramid!hplabs!sdcrdcf!markb From: markb@sdcrdcf.UUCP (Mark Biggar) Newsgroups: net.news Subject: Re: rn "list subjects of all articles" Message-ID: <2790@sdcrdcf.UUCP> Date: Wed, 7-May-86 13:14:24 EDT Article-I.D.: sdcrdcf.2790 Posted: Wed May 7 13:14:24 1986 Date-Received: Sat, 10-May-86 14:06:16 EDT References: <248@spar.UUCP> <200@cbmvax.cbmvax.cbm.UUCP> Reply-To: markb@sdcrdcf.UUCP (Mark Biggar) Distribution: net Organization: System Development Corporation R&D, Santa Monica Lines: 17 In article <200@cbmvax.cbmvax.cbm.UUCP> grr@cbmvax.UUCP (George Robbins) writes: >In article <248@spar.UUCP> faunt@spar.UUCP (Doug Faunt) writes: >>Has anyone done a modification to rn to implement (or does it have it >>hidden somewhere), a command that will print subject lines of ALL >>available articles, like "=" does for unread articles? >This had been bugging me for quite a while - so here are the context >diffs for a quick and dirty fix that makes ~ act like =, but shows all >the spooled articles... Why go to all the trouble of modifing rn when all you have to do is define the following macro to your .rnmac file? ~ $/./r:= which says "go to the end of the newsgroup, then search forward (it wraps) for each article (including the unread ones) that has a non-null subject and display it".