Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: ding@gnus.org
Subject: Re: Splitting mail -- XEmacs 21.4 vs 21.5
Date: Mon, 01 Mar 2004 13:34:28 +0900	[thread overview]
Message-ID: <b9yn071w5gr.fsf@jpl.org> (raw)
In-Reply-To: <microsoft-free.87u119i9zm.fsf@eicq.dnsalias.org>

>>>>> In <microsoft-free.87u119i9zm.fsf@eicq.dnsalias.org>
>>>>>	Steve Youngs <sryoungs@bigpond.net.au> 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 <sryoungs@bigpond.net.au>

Hello world!
")
    (nnmail-split-fancy)))
 => ("INBOX")
-- 
Katsumi Yamaoka <yamaoka@jpl.org>



  reply	other threads:[~2004-03-01  4:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-01  2:20 Steve Youngs
2004-03-01  4:34 ` Katsumi Yamaoka [this message]
2004-03-01  7:37   ` Katsumi Yamaoka
2004-03-02  6:59     ` Steve Youngs
2004-03-03  2:30     ` Stephen J. Turnbull
2004-03-03  3:25       ` Katsumi Yamaoka
2004-03-01 20:10 ` Karl Pflästerer
2004-03-03  2:20 ` Stephen J. Turnbull

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b9yn071w5gr.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).