From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30031 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: cross-posting and gnus-group-split Date: 21 Apr 2000 18:30:58 +0200 Organization: Programmerer Ingebrigtsen Sender: owner-ding@hpc.uh.edu Message-ID: References: <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 1035166614 6312 80.91.224.250 (21 Oct 2002 02:16:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:16:54 +0000 (UTC) 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 27B38D051E for ; Fri, 21 Apr 2000 12:18:59 -0400 (EDT) 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 LAB26184; Fri, 21 Apr 2000 11:18:56 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 21 Apr 2000 11:18:27 -0500 (CDT) 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 LAA02237 for ; Fri, 21 Apr 2000 11:18:16 -0500 (CDT) Original-Received: from quimby.gnus.org (quimby.gnus.org [193.69.4.139]) by mailhost.sclp.com (Postfix) with ESMTP id DE4D6D051E for ; Fri, 21 Apr 2000 12:18:32 -0400 (EDT) Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id SAA07802 for ding@gnus.org; Fri, 21 Apr 2000 18:20:26 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 24 Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: quimby.gnus.org 956334026 30941 193.69.4.148 (21 Apr 2000 16:20:26 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 21 Apr 2000 16:20:26 GMT Mail-Copies-To: never X-Now-Playing: Various's _Fabulous Shit_: "Third Eye Foundation - 016" User-Agent: Gnus/5.0805 (Gnus v5.8.5) XEmacs/21.2 (Sumida) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ writes: > 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)) I don't know -- could the person that wrote this function say? (The ChangeLog doesn't say who wrote this...) -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen