From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56460 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general,gmane.emacs.xemacs.beta Subject: Re: Splitting mail -- XEmacs 21.4 vs 21.5 Date: Mon, 01 Mar 2004 13:34:28 +0900 Organization: Emacsen advocacy group Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1078115731 23981 80.91.224.253 (1 Mar 2004 04:35:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 1 Mar 2004 04:35:31 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M5001@lists.math.uh.edu Mon Mar 01 05:35:22 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Axf9G-00081w-00 for ; Mon, 01 Mar 2004 05:35:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1Axf8c-0003rL-00; Sun, 29 Feb 2004 22:34:42 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1Axf8U-0003rF-00 for ding@lists.math.uh.edu; Sun, 29 Feb 2004 22:34:35 -0600 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id 70E713A0040 for ; Sun, 29 Feb 2004 22:34:34 -0600 (CST) Original-Received: from yamaoka by washington.hostforweb.net with local (Exim 4.24) id 1Axf8b-0000sU-3Z; Sun, 29 Feb 2004 23:34:41 -0500 Original-To: xemacs-beta@xemacs.org X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:NsjvoXApMS6P2rZr6wBRVQHnWOc= X-Hashcash: 0:040301:xemacs-beta@xemacs.org:65b553d2e645a8e5 X-Hashcash: 0:040301:ding@gnus.org:64402662c91ef9ce X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [32041 32041] / [47 12] X-AntiAbuse: Sender Address Domain - washington.hostforweb.net Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56460 gmane.emacs.xemacs.beta:13757 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56460 >>>>> In >>>>> Steve Youngs wrote: SY> (setq nnmail-split-methods 'nnmail-split-fancy SY> nnmail-message-id-cache-length 5000 SY> nnmail-crosspost nil SY> nnmail-split-fancy [...] SY> "INBOX")) SY> In XEmacs 21.4.15 everything goes where you'd expect it to go. SY> In XEmacs 21.5.16 (+CVS-20040227) everything goes to INBOX. You may be able to solve the problem by setting the `nnmail-split-fancy-match-partial-words' variable as t. See the doc-string for it. There is an XEmacs 21.5 bug which is probably related to the following thread: http://thread.gmane.org/sdd685fw0w.fsf@wes.hardakers.net The test code I used is below: (let ((nnmail-split-fancy '(...your customization...)) (nnmail-split-fancy-match-partial-words nil)) (with-temp-buffer (insert "\ From: ms_tamber@hotmail.com To: Steve Youngs Hello world! ") (nnmail-split-fancy))) => ("INBOX") -- Katsumi Yamaoka