From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44949 Path: main.gmane.org!not-for-mail From: Mark Thomas Newsgroups: gmane.emacs.gnus.general Subject: Re: nnml splitting on encoded headers Date: Sat, 25 May 2002 08:35:34 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1022338686 4857 127.0.0.1 (25 May 2002 14:58:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 25 May 2002 14:58:06 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Bcze-0001GE-00 for ; Sat, 25 May 2002 16:58:06 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17Bczk-0007fP-00; Sat, 25 May 2002 09:58:12 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 25 May 2002 09:58:27 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id JAA03717 for ; Sat, 25 May 2002 09:58:17 -0500 (CDT) Original-Received: (qmail 20476 invoked by alias); 25 May 2002 14:57:57 -0000 Original-Received: (qmail 20471 invoked from network); 25 May 2002 14:57:57 -0000 Original-Received: from pool-141-158-108-245.pitt.east.verizon.net (HELO svelte.home) (141.158.108.245) by gnus.org with SMTP; 25 May 2002 14:57:57 -0000 Original-Received: by svelte.home (Postfix, from userid 4642) id 3C7891BA15; Sat, 25 May 2002 08:35:34 -0400 (EDT) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org Original-Lines: 8 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) XEmacs/21.1 (Cuyahoga Valley, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44949 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44949 To answer my own question > Is there any way I can split on the non-decoded Subject header (the > Subject header I see when I C-u g the message)? (add-hook 'nnmail-split-hook 'rfc2047-encode-message-header) -Mark