From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/27626 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: Reading in an arbitrary .newsrc file? Date: 03 Dec 1999 18:11:54 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <9t97liwj6ed.fsf@mraz.iskon.hr> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035164618 25526 80.91.224.250 (21 Oct 2002 01:43:38 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:43:38 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA17159 for ; Fri, 3 Dec 1999 12:12:40 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAB09684; Fri, 3 Dec 1999 11:12:30 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 03 Dec 1999 11:12:39 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA28827 for ; Fri, 3 Dec 1999 11:12:27 -0600 (CST) Original-Received: from mraz.iskon.hr (root@mraz.iskon.hr [195.29.170.8]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id MAA17153 for ; Fri, 3 Dec 1999 12:12:00 -0500 (EST) Original-Received: (from hniksic@localhost) by mraz.iskon.hr (8.9.3/8.9.3/Debian 8.9.3-6) id SAA14747; Fri, 3 Dec 1999 18:11:55 +0100 Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > I have an old .newsrc file (from the same news server that I'm > currently using, so there's no problem there) that I'd like to > incorporate into my current .newsrc.eld. In other words, I'd like > to suck in (technical term) all of the groups from that old .newsrc > file, preserving their current status (articles read, etc.) in my > .newsrc.eld. > > Is this possible, or am I just being perverse? No problem, I think. Just make sure that Gnus saves a normal `.newsrc' file (`gnus-save-newsrc-file' should be non-nil), exit Gnus, join the two files using Emacs, `cat', or whatever you use to concatenate files, and save the joined contents as `.newsrc'. Fire up Gnus, and it should notice the addition. I haven't tried it, but it Should Work(tm). After all, the beginning of .newsrc.eld says: ;; Never delete this file -- if you want to force Gnus to read the ;; .newsrc file (if you have one), touch .newsrc instead. So it Should Work.