From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32262 Path: main.gmane.org!not-for-mail From: Sean Doran Newsgroups: gmane.emacs.gnus.general Subject: Re: Store meta information with backends? Date: 25 Aug 2000 08:24:18 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <52d7ix504t.fsf@sean.ebone.net> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035168562 18759 80.91.224.250 (21 Oct 2002 02:49:22 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:49:22 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 14405D051E for ; Fri, 25 Aug 2000 02:25:18 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id BAC22354; Fri, 25 Aug 2000 01:25:04 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 25 Aug 2000 01:24:11 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA23602 for ; Fri, 25 Aug 2000 01:23:57 -0500 (CDT) Original-Received: from sean.ebone.net (sean.ebone.net [195.158.227.211]) by mailhost.sclp.com (Postfix) with ESMTP id 6F19ED051E for ; Fri, 25 Aug 2000 02:24:25 -0400 (EDT) Original-Received: by sean.ebone.net (Postfix, from userid 1113) id 0B24F884; Fri, 25 Aug 2000 08:24:18 +0200 (CEST) Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Wed, 23 Aug 2000 18:27:44 +0200" Original-Lines: 28 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32262 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32262 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > But this would be nice for other backends, too. For > example, suppose I rsync my ~/Mail directory between > home and work, but at home I'm using a different NNTP > server, and at home I read my Hotmail mail. Alternatively, store your mail in ~/imap/ and use IMAP=20 at home and at work to read your mail without necessarily copying all of it over; if the meta-information is kept in the IMAP back-end, you don't need to synch anything on these mailboxes, you just us a "longer connection" to the IMAP daemon. Storing metainformation with other backends (e.g. nnml)=20 obviously helps in the rsync case, but it should also make it possible to move a group wholesale from one backend to another, without losing marks/scores/kills/etc. For example, if I have an nnml group locally and I want to "share" it with myself via IMAP, a Group-level command should migrate everything from the nnml group to a new nnimap one, without losing state. > What do you all think? Yes, please. Sean.