From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37917 Path: main.gmane.org!not-for-mail From: prj@po.cwru.edu (Paul Jarc) Newsgroups: gmane.emacs.gnus.general Subject: Re: Prevent B c/B m from createing dups in target group Date: Fri, 17 Aug 2001 15:47:31 -0400 Organization: What did you have in mind? A short, blunt, human pyramid? 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 1035173585 18086 80.91.224.250 (21 Oct 2002 04:13:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:13:05 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 6156 invoked from network); 17 Aug 2001 19:47:32 -0000 Original-Received: from multivac.student.cwru.edu (HELO multivac.cwru.edu) (261@129.22.96.25) by gnus.org with SMTP; 17 Aug 2001 19:47:32 -0000 Original-Received: (qmail 6441 invoked by uid 500); 17 Aug 2001 19:47:53 -0000 Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Mail-Copies-To: never In-Reply-To: (Lars Magne Ingebrigtsen's message of "Fri, 17 Aug 2001 21:40:11 +0200") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 11 Xref: main.gmane.org gmane.emacs.gnus.general:37917 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37917 Lars Magne Ingebrigtsen wrote: > Perhaps the nn.*-request-accept-article function could have an option > to go through all the messages in the group and see whether the > message is already there. But that would take a looong time. That depends on the backend. nnmaildir could check this quickly, because it keeps an obarray in memory for each group, where the symbol names are the Message-IDs of the articles in the group. paul