From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47753 Path: main.gmane.org!not-for-mail From: tbennett@nvidia.com (Tony E. Bennett) Newsgroups: gmane.emacs.gnus.general Subject: relationship of cached msg to the original msg Date: Wed, 20 Nov 2002 15:01:49 -0500 Organization: Nvidia, Inc. Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037822617 8073 80.91.224.249 (20 Nov 2002 20:03:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 20 Nov 2002 20:03:37 +0000 (UTC) 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 18Eb4P-00025q-00 for ; Wed, 20 Nov 2002 21:03:33 +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 18Eb3C-0001MP-00; Wed, 20 Nov 2002 14:02:18 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 20 Nov 2002 14:03:05 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA03093 for ; Wed, 20 Nov 2002 14:02:48 -0600 (CST) Original-Received: (qmail 28189 invoked by alias); 20 Nov 2002 20:01:55 -0000 Original-Received: (qmail 28184 invoked from network); 20 Nov 2002 20:01:54 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 20 Nov 2002 20:01:54 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18Eb4E-0000h6-00 for ; Wed, 20 Nov 2002 21:03:22 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 24 Original-NNTP-Posting-Host: z06.nvidia.com Original-X-Trace: quimby.gnus.org 1037822602 2671 209.213.198.25 (20 Nov 2002 20:03:22 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 20 Nov 2002 20:03:22 GMT User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.5 (beets, i686-pc-linux) Cancel-Lock: sha1:dRtgNaMmoVSlgev2rUVC2vWeH74= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47753 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47753 oort.08 (11/18/02) I've been using (gnus-cache-enter-article) to save nnimap messages that I want to keep for a long time[1]. But I just realized that if I delete the original msg using another imap reader, then the cached article seems to disappear also. I can see this would be useful, but in my case I'd prefer for the cached msg to hang around until I explicitly delete it. So is there a way to have cache'd articles in an nnimap group persist even after the original article is deleted? My hack for now is to create a parallel nnfolder mailbox for each nnimap group and just move the articles I want to save there. Then combine the each pair groups using nnvirtual. This seems to work ok, but is a little clunky and has some semantic issues. -- --tony [1] This imap server is set to delete mail older than 45 days; I was using this to hopefully save a few msgs a bit longer.