From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/49946 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Move messages while offline using registry? Date: Sat, 08 Feb 2003 16:45:41 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <844r7fzro3.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1044719077 24148 80.91.224.249 (8 Feb 2003 15:44:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Feb 2003 15:44:37 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18hX9c-0006Gp-00 for ; Sat, 08 Feb 2003 16:44:32 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18hXBD-0001zl-00; Sat, 08 Feb 2003 09:46:11 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 08 Feb 2003 09:47:08 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA24949 for ; Sat, 8 Feb 2003 09:46:54 -0600 (CST) Original-Received: (qmail 23036 invoked by alias); 8 Feb 2003 15:45:49 -0000 Original-Received: (qmail 23031 invoked from network); 8 Feb 2003 15:45:49 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by 66.230.238.6 with SMTP; 8 Feb 2003 15:45:49 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.7/8.12.7) with ESMTP id h18Fjfg6025241 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sat, 8 Feb 2003 16:45:41 +0100 Original-To: replies@Frank-Schmitt.net Mail-Copies-To: nobody X-Payment: hashcash 1.1 0:030208:replies@Frank-Schmitt.net:9ec765d9ab5e0ec7 X-Hashcash: 0:030208:replies@Frank-Schmitt.net:9ec765d9ab5e0ec7 X-Payment: hashcash 1.1 0:030208:ding@gnus.org:13e290b921c914cb X-Hashcash: 0:030208:ding@gnus.org:13e290b921c914cb In-Reply-To: (Frank Schmitt's message of "Sat, 08 Feb 2003 16:22:30 +0100") User-Agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.3.50 (i686-pc-linux-gnu) X-Face: %bo>yc#X1.-jVa- writes: > kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes: > >> Hm. I wonder if it could be easier to implement a backend that stores >> messages by their message id and that maintains a mapping between >> numbers and ids. Then the agent could be changed to use that backend. >> Then articles could be moved while offline. No, it doesn't really >> sound easier. Maybe it is better to stick with the old article >> number approach. > > Would this mean, I can read news at different places from different > servers and Gnus still knows which have been read, answered etc as long > as I copy newsrc.eld and newsrc? > > If yes, this would be extremely cool. This should already work for nnimap, and for nnml if you copy the .marks file and for nnfolder if you copy the .mrk file. It was possible before too if you copied the .newsrc.eld, but that file contains other stuff as well so it wasn't as flexible. Assuming I didn't misunderstand something here.