From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46416 Path: main.gmane.org!not-for-mail From: Oystein Viggen Newsgroups: gmane.emacs.gnus.general Subject: Re: Calling a function in nnmail-split-methods Date: Thu, 05 Sep 2002 22:52:18 +0200 Organization: Tihlde Sender: owner-ding@hpc.uh.edu Message-ID: <031y88b1ml.fsf@msgid.viggen.net> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031259131 14356 127.0.0.1 (5 Sep 2002 20:52:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 20:52:11 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17n3bm-0003jQ-00 for ; Thu, 05 Sep 2002 22:52:10 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17n3cD-0005tz-00; Thu, 05 Sep 2002 15:52:37 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 05 Sep 2002 15:53:12 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id PAA00989 for ; Thu, 5 Sep 2002 15:52:59 -0500 (CDT) Original-Received: (qmail 12010 invoked by alias); 5 Sep 2002 20:52:20 -0000 Original-Received: (qmail 12005 invoked from network); 5 Sep 2002 20:52:19 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 5 Sep 2002 20:52:19 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 17n4A6-0001wy-00 for ; Thu, 05 Sep 2002 23:27:38 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 17 Original-NNTP-Posting-Host: colargol.tihlde.hist.no Original-X-Trace: quimby.gnus.org 1031261258 6437 158.38.48.10 (5 Sep 2002 21:27:38 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 5 Sep 2002 21:27:38 GMT X-URL: http://www.tihlde.org/~oysteivi/ X-Phone-Number: +47 97 11 48 58 X-Address: Tordenskioldsgt. 12, 7012 Trondheim, Norway X-MSMail-Priority: High X-Face: R=b-K(^1#]KR?6moG:Wrc/t>p)?p`?bgHg36M3hZ>^?\akat3!nX*8xZpIvZrI#]ZzN`I<+ L{8#pdH*1SOB$Zu-_e1<>iE$5cGiLhRem.ct.QtE=&v@9\S_6slX4='![%,F3^&ed5Y5g-#!N'Lr[s &Gfs3c}pYq^oUo{8l-qD87s[P1~+f([41~gD}Pj)nX|KcVv;tF4IIx%pnN\UL|SNT User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.1 (Capitol Reef, i386-debian-linux) Cancel-Lock: sha1:+15T9Jm8tQkDO0P3vTKmmCpTWLM= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46416 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46416 * [Joakim Hove] > (defun hotmail-check () > ;; OK - I will take it anyway: > 't) > > (setq nnmail-split-methods > '(("mail.hotmail" hotmail-check) > ("mail.INBOX" ""))) I think hotmail-check should take one argument. (defun hotmail-check (foo) t) Oystein -- When in doubt: Recompile.