From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6486 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: red idea: ghettoize crossposts Date: 02 Jun 1996 02:42:24 +0200 Sender: abraham@dina.kvl.dk Message-ID: References: <199606012352.QAA27821@edmonds.home.cs.ubc.ca> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035146933 3732 80.91.224.250 (20 Oct 2002 20:48:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:48:53 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id RAA02854 for ; Sat, 1 Jun 1996 17:56:37 -0700 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sun, 2 Jun 1996 02:43:01 +0200 Original-Received: from kleene.dina.kvl.dk (kleene.dina.kvl.dk [130.225.40.223]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id CAA24194; Sun, 2 Jun 1996 02:42:20 +0200 Original-Received: (abraham@localhost) by kleene.dina.kvl.dk (8.6.12/8.6.4) id CAA17279; Sun, 2 Jun 1996 02:42:25 +0200 Original-To: ding@ifi.uio.no X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Brian Edmonds's message of Sat, 1 Jun 1996 16:52:05 -0700 Original-Lines: 20 X-Mailer: Gnus v5.2.3/Emacs 19.31 Xref: main.gmane.org gmane.emacs.gnus.general:6486 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6486 >>>>> "BE" == Brian Edmonds writes: BE> Thus, I would like to see a new score file primative to "kill" posts BE> crossposted to certain groups (via Xref obviously), but not actually BE> mark them as read in all other groups too, just never display them in BE> that particular group. Isn't that what happens when your expunge-below is larger than your mark-below? I.e. with (expunge-below -100) and (mark-below -1000) you will get: articles with "score > -100" are shown articles with "-100 > score > -1000" are hidden in this group articles with "-1000 > score" are hidden, and marked as read in all groups.