From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8923 Path: news.gmane.org!not-for-mail From: haomiao Newsgroups: gmane.emacs.gnus.user Subject: why cannot use Chinese character in nnmail-split-methods Date: 27 Apr 2007 18:14:47 -0700 Organization: http://groups.google.com Message-ID: <1177722887.338663.96860@y5g2000hsa.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1177724129 10109 80.91.229.12 (28 Apr 2007 01:35:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Apr 2007 01:35:29 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Apr 28 03:35:28 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HhbqQ-000541-Cb for gegu-info-gnus-english@m.gmane.org; Sat, 28 Apr 2007 03:35:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HhbwK-0001uH-Cu for gegu-info-gnus-english@m.gmane.org; Fri, 27 Apr 2007 21:41:32 -0400 Original-Path: shelby.stanford.edu!newshub.stanford.edu!postnews.google.com!y5g2000hsa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 17 Original-NNTP-Posting-Host: 218.80.192.198 Original-X-Trace: posting.google.com 1177722888 4804 127.0.0.1 (28 Apr 2007 01:14:48 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 28 Apr 2007 01:14:48 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: y5g2000hsa.googlegroups.com; posting-host=218.80.192.198; posting-account=y-IdtAwAAACMm9YrikAbCKknclOoA3xp Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79106 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8923 Archived-At: 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:.*\\(=B2=E2=CA=D4\\|test\\).*") ("Mail.inbox" ""))) ---------------------------------------------------------------------------- Thanks.