From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/28500 Path: main.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.gnus.general Subject: cross-posting and gnus-group-split Date: 30 Dec 1999 22:53:32 GMT Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: <84gnpc$90c$1@quimby.gnus.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035165336 30206 80.91.224.250 (21 Oct 2002 01:55:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:55:36 +0000 (UTC) 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 876E5D051E for ; Thu, 30 Dec 1999 18:01:11 -0500 (EST) 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 QAB00809; Thu, 30 Dec 1999 16:55:48 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 30 Dec 1999 16:53:18 -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 QAA04297 for ; Thu, 30 Dec 1999 16:53:07 -0600 (CST) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by mailhost.sclp.com (Postfix) with ESMTP id 75F0DD051E for ; Thu, 30 Dec 1999 17:51:28 -0500 (EST) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id XAA17569 for ding@gnus.org; Thu, 30 Dec 1999 23:53:32 +0100 (CET) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 16 Original-NNTP-Posting-Host: host15-38.inprise.com Original-X-Trace: quimby.gnus.org 946594412 9228 143.186.15.38 (30 Dec 1999 22:53:32 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 30 Dec 1999 22:53:32 GMT X-Home-Page: http://www.emacs.org/~johnw/ X-Public-Key: http://pgp5.ai.mit.edu:11371/pks/lookup?op=get&search=0xF40524D0 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5.92 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:28500 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:28500 In the function `gnus-group-split-update', is there a reason why the second argument passed to `gnus-group-split-fancy' is always nil? It would seem to make more sense if it followed the value of `nnmail-crosspost': ;;;###autoload (defun gnus-group-split-update (&optional catch-all) "Computes nnmail-split-fancy from group params. It does this by calling \(gnus-group-split-fancy nil nil DEFAULTGROUP)." (interactive) (setq nnmail-split-fancy (gnus-group-split-fancy nil (null nnmail-crosspost) (or catch-all gnus-group-split-default-catch-all-group))) (run-hooks 'gnus-group-split-updated-hook))