From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32283 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnml -> nnimap (preserving Xrefs) Date: 30 Aug 2000 10:45:54 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <52em3770ov.fsf@sean.ebone.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168580 18875 80.91.224.250 (21 Oct 2002 02:49:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:49:40 +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 29822D051E for ; Wed, 30 Aug 2000 04:44:21 -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 DAC27467; Wed, 30 Aug 2000 03:44:18 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 30 Aug 2000 03:43:39 -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 DAA23301 for ; Wed, 30 Aug 2000 03:43:30 -0500 (CDT) Original-Received: from vic20.blipp.com (unknown [195.163.165.35]) by mailhost.sclp.com (Postfix) with ESMTP id D1910D051E for ; Wed, 30 Aug 2000 04:43:50 -0400 (EDT) Original-Received: from barbar.josefsson.org.d.dynas.se (localhost [127.0.0.1]) by vic20.blipp.com (8.10.1/8.10.1) with SMTP id e7U8hlV18949; Wed, 30 Aug 2000 10:43:48 +0200 Original-To: Sean Doran In-Reply-To: <52em3770ov.fsf@sean.ebone.net> Mail-Copies-To: nobody Original-Lines: 27 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32283 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32283 Sean Doran writes: > First problem: it took a bit to realize I needed the > "my-imap-splitter" function to avoid > EVERYTHING being crossposted into "misc" > (instead of just new mail being moved there) > I (naively) did "mv misc INBOX" + M-g > and now there are *lots* of duplicates > in each group. How do I get rid of them? I don't think there's any built-in functionality for doing that. You could write a function that iterate over `gnus-newsgroup-headers', comparing msgid's and process marking some of them. Perhaps it would be useful to include it in Gnus -- i.e. "Process Mark all Duplicate Articles". > Second problem: How does anything know that the > the nnimap-split-rule crossposted an > article? That is, how do I get marks > to propagate to all the groups an > nnimap article is crossposted into? It doesn't. IMAP doesn't support the concept of cross-posting. Right now, the article is simply copied into all mailboxes. And until more servers support the ANNOTATE draft, there's no way we can attach any (such as a Xref header) information on the article.