Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: splitting based on charset
       [not found] ` <wurw8odq.fsf@bitstream.com>
@ 2002-07-23 17:22   ` Peter Rooney
  0 siblings, 0 replies; only message in thread
From: Peter Rooney @ 2002-07-23 17:22 UTC (permalink / raw)



Peter Davis <pd@world.std.com> 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-23 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <uvg7h5yll.fsf_-_@cisco.com>
     [not found] ` <wurw8odq.fsf@bitstream.com>
2002-07-23 17:22   ` splitting based on charset Peter Rooney

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).