From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/5568 Path: main.gmane.org!not-for-mail From: albrecht@vlsivie.tuwien.ac.at (Albrecht Kadlec) Newsgroups: gmane.emacs.gnus.general Subject: Re: How to move saved articles to cache? Date: 18 Mar 1996 14:14:59 +0100 Organization: TU Wien Sender: albrecht@vlsivie.tuwien.ac.at (Albrecht Kadlec) Message-ID: References: <199603091349.OAA16780@filippo.sfs.nphil.uni-tuebingen.de> Reply-To: albrecht@auto.tuwien.ac.at (Albrecht Kadlec) NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035146153 711 80.91.224.250 (20 Oct 2002 20:35:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:35:53 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.3/8.6.9) with SMTP id GAA07107 for ; Mon, 18 Mar 1996 06:43:45 -0800 Original-Received: from kodiak.vlsivie.tuwien.ac.at (kodiak.vlsivie.tuwien.ac.at [128.130.40.140]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id ; Mon, 18 Mar 1996 14:15:11 +0100 Original-Received: from java.vlsivie.tuwien.ac.at by kodiak.vlsivie.tuwien.ac.at with esmtp (Smail3.1.29.1 #9) id m0tyem6-000TYJC; Mon, 18 Mar 96 14:15 MET Original-Received: by java.vlsivie.tuwien.ac.at (Smail3.1.29.1 #9) id m0tyem6-0000lWC; Mon, 18 Mar 96 14:15 MET Original-Sender: albrecht@java.vlsivie.tuwien.ac.at Original-To: larsi@ifi.uio.no (Lars Magne Ingebrigtsen) X-Attribution: A In-Reply-To: larsi@ifi.uio.no's message of 11 Mar 1996 20:54:37 +0100 Original-Lines: 37 Xref: main.gmane.org gmane.emacs.gnus.general:5568 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:5568 >>>>> Lars Magne Ingebrigtsen writes: L> albrecht@vlsivie.tuwien.ac.at. (Albrecht Kadlec) writes: > Any way to have gnus save a bunch of articles under "very low", unused > article numbers (to move old saved articles into the cache) ? L> Not automatically, no. > I was wondering what my cache will turn to, when I move (to another News > server) ? - all screwed up ? (shiver) L> Yes, sort of. The article numbers in the cache should be the same as L> the article numbers from the server. > I just imagine the new news server to use article numbers minus > 1000. Will all my cached articles be replaced, will I never see the > 'conflicting' new ones, if I simply copy my cache hierarchy? L> You won't see conflicting new ones. You could just renumber the files L> to be lower than the articles on the new server, though. Perhaps L> there should be a function to do something like that -- L> gnus-renumber-cache' or something. (gnus-reallocate-cache-numbers) ? renumber according to message ID, (fetch ID from saved article, ask server for its number) if the server doesn't have this one, allocate it REAL LOW i.e: maybe starting from 1 I don't know if it's efficient, but it'd be smoothest for the user. anyway, added to the RED to-do ? just asking, albrecht