From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29674 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: .newsrc.eld backups (was: I am an idiot.) Date: 30 Mar 2000 20:39:11 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87vh24cng0.fsf@deneb.cygnus.argh.org> References: <874s9px9lm.fsf@tea.thpoon.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166306 4046 80.91.224.250 (21 Oct 2002 02:11:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:11:46 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 7E0A8D051F for ; Thu, 30 Mar 2000 14:36:58 -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 NAB11290; Thu, 30 Mar 2000 13:36:48 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 30 Mar 2000 13:35:29 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id NAA19810 for ; Thu, 30 Mar 2000 13:35:18 -0600 (CST) Original-Received: from mail.netic.de (mail.s.netic.de [212.9.160.11]) by mailhost.sclp.com (Postfix) with ESMTP id E78C3D0520 for ; Thu, 30 Mar 2000 14:35:26 -0500 (EST) Original-Received: by mail.netic.de (Smail3.2.0.106/mail.s.netic.de) via LF.net GmbH Internet Services via remoteip 212.9.163.181 via remotehost cygnus.argh.org with esmtp for mailhost.sclp.com id m12akip-001X33C; Thu, 30 Mar 2000 21:35:15 +0200 (CEST) Original-Received: from deneb.cygnus.argh.org ([192.168.1.2] ident=exim) by cygnus.argh.org with esmtp (Exim 3.12 #1) id 12ajnX-0000uQ-00 for ding@gnus.org; Thu, 30 Mar 2000 20:36:03 +0200 Original-Received: from fw by deneb.cygnus.argh.org with local (Exim 3.12 #1) id 12ajqZ-0003HO-00 for ding@gnus.org; Thu, 30 Mar 2000 20:39:11 +0200 Original-To: ding@gnus.org In-Reply-To: Mike Fabian's message of "30 Mar 2000 08:59:23 +0200" Original-Lines: 9 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29674 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29674 Mike Fabian writes: > but no extra backups are created for .newsrc.eld: Probably because of the following line in gnus-save-newsrc-file: (setq version-control 'never) ;)