haomiao <[EMAIL PROTECTED]> writes:

> Hi
>
>          I want to split my mails through  nnmail-split-methods
> setting. When I use regexp all in English, everything is fine, but
> when I use regexp having some Chinese charaters, the mail will not be
> split into the right mail folder.
>          Why this happened? How to resolve it?
>
>          Here is my code in .gnus.el
> ----------------------------------------------------------------------------
> (setq nnmail-split-methods
>       '(("Mail.test" "^Subject:.*\\(测试\\|test\\).*")
>         ("Mail.inbox" "")))
> ----------------------------------------------------------------------------

Chinese characters in Subject: header is often encoded by various
method, so... your match will be fail.
-- 
To reply, remove string `ccol' from the email address.
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to