From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38970 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Expiry and nnimap: ghost articles Date: Thu, 27 Sep 2001 10:43:58 +0200 (CEST) Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035174753 25409 80.91.224.250 (21 Oct 2002 04:32:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:32:33 +0000 (UTC) Cc: Return-Path: Original-Received: (qmail 27318 invoked from network); 27 Sep 2001 08:35:36 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 27 Sep 2001 08:35:36 -0000 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 15mWdg-0001rf-00; Thu, 27 Sep 2001 03:35:24 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 27 Sep 2001 03:35:00 -0500 (CDT) 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 DAA01930 for ; Thu, 27 Sep 2001 03:34:51 -0500 (CDT) Original-Received: (qmail 26970 invoked by alias); 27 Sep 2001 08:35:08 -0000 Original-Received: (qmail 26958 invoked from network); 27 Sep 2001 08:35:08 -0000 Original-Received: from lie.extundo.com (195.42.214.244) by gnus.org with SMTP; 27 Sep 2001 08:35:08 -0000 Original-Received: from localhost (jas@localhost) by lie.extundo.com (8.11.6/8.11.6) with ESMTP id f8R8hwF25272; Thu, 27 Sep 2001 10:43:59 +0200 X-Authentication-Warning: lie.extundo.com: jas owned process doing -bs Original-To: Nevin Kapur In-Reply-To: Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 12 Xref: main.gmane.org gmane.emacs.gnus.general:38970 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38970 On Wed, 26 Sep 2001, Nevin Kapur wrote: > On a side note, I'm wondering why a copy of these articles that I am > moving is landing up in my nnfolder archive folders. Does the moving > code invoke nnmail-expiry-target somehow? Yes, since nnimap doesn't support `nnchoke-request-move-article' (it is impossible to implement in IMAP) Gnus does retrieve+delete instead, and the delete code move things into the expiry-target. I'm not sure if there is a clean way to solve this..