From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29113 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: New Gnus User Date: 06 Feb 2000 03:04:51 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <6ed7qbp7p6.fsf@door.stickfigure.lan> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165840 914 80.91.224.250 (21 Oct 2002 02:04:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:04:00 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id BF698D051F for ; Sat, 5 Feb 2000 21:05:48 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id UAB19864; Sat, 5 Feb 2000 20:05:41 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 05 Feb 2000 20:05:10 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id UAA01553 for ; Sat, 5 Feb 2000 20:05:00 -0600 (CST) Original-Received: from badis.pdc.kth.se (badis.pdc.kth.se [130.237.221.45]) by mailhost.sclp.com (Postfix) with ESMTP id E7C29D051F for ; Sat, 5 Feb 2000 21:04:56 -0500 (EST) Original-Received: (from jas@localhost) by badis.pdc.kth.se (8.9.3/8.9.3) id DAA09845; Sun, 6 Feb 2000 03:04:53 +0100 X-Authentication-Warning: badis.pdc.kth.se: jas set sender to jas@pdc.kth.se using -f Original-To: Chris Richards In-Reply-To: Chris Richards's message of "05 Feb 2000 17:09:57 -0600" Original-Lines: 41 User-Agent: Gnus/5.0804 (Gnus v5.8.4) Emacs/20.5 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29113 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29113 Chris Richards writes: > As you can see, I am cross-posting. However, it seems that though the > cross-posting works, reading one of the cross-posted messages does not > change the state of the message in the other IMAP groups. Is this a > limitation of nnimap? Yes. There are two methods to remedy this; 1) when crossposting, store information somewhere that tie crossposted articles together and return this info in the Xref header, I don't see a way to have it on the IMAP server so it wouldn't be a clean solution; 2) have the nnimap splitter add the proper Xref header when crossposting, the disadvantage is that all articles has to be downloaded and uploaded so it would be slow. > (As an aside, I was unable to set nnimap-split-rule within the > nnimap "np" section. I suppose if I have multiple nnimap accounts, > this could be troublesome.) Yes, split rules are within one server only. It might be possible to bind `nnimap-split-rule' as server variables on the two virtual nnimap servers, but be prepared to debug things if you try to (it's not supposed to work that way). > Lastly, gnus does not seem to ask if I want to expunge my IMAP groups > on close even though I have it set. You're quoting stuff twice, remove all but the first '-character below. > (setq gnus-secondary-select-methods > '((nnfolder "" > (nnfolder-get-new-mail 't)) > (nnimap "np" > (nnimap-server-address "mail.netpliance.net") > (nnimap-list-pattern ".*") > (nnimap-expunge-on-close 'ask) > (nnimap-split-crosspost 't) > (nnimap-split-inbox "INBOX"))))