From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/812 Path: news.gmane.org!not-for-mail From: Peter Rooney Newsgroups: gmane.emacs.gnus.user Subject: Re: splitting based on charset Date: 23 Jul 2002 13:22:02 -0400 Organization: PANIX Public Access Internet and UNIX, NYC Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138667718 8509 80.91.229.2 (31 Jan 2006 00:35:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:35:18 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:28:09 2006 Original-Path: quimby.gnus.org!lackawana.kippona.com!news.infoave.net!newsfeed.frii.net!newsfeed.frii.net!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsswitch.lcs.mit.edu!bloom-beacon.mit.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Sender: pt@panix1.panix.com Original-NNTP-Posting-Host: panix1.panix.com Original-X-Trace: reader3.panix.com 1027444922 15167 166.84.1.1 (23 Jul 2002 17:22:02 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Tue, 23 Jul 2002 17:22:02 +0000 (UTC) User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:952 Original-Lines: 37 X-Gnus-Article-Number: 952 Tue Jan 17 17:28:09 2006 Xref: news.gmane.org gmane.emacs.gnus.user:812 Archived-At: Peter Davis writes: > I catch most of these with ... > > (setq nnmail-split-methods 'nnmail-split-fancy) > (setq nnmail-split-fancy > '(| ("Content-Type" "ks_c_5601-1987" "spam") > ("Content-Type" "euc-kr" "spam") > . > . > . > )) can someone help me integrate this approach with my mail splitting set-up, which relies completely on group parameters? i use to-address, from-address, extra-aliases, etc. to split my mail into mail groups; i can't quite figure out how to get the charset splitting (like the above) into the mix. rooting around in the docs and using describe-function seem to suggest that gnus-group-split-fancy is the function that's actually doing my splitting, but my lame elisp attempt: (setq gnus-group-split-fancy (cons (gnus-group-split-fancy) '(| ("Content-Type" "ks_c_5601-1987" "spam") ("Content-Type" "euc-kr" "spam")))) does not seem to get the charset splitting into the function split definition. tia, peter http://www.fodny.com