From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44051 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Yet another attempt at more signing Date: Thu, 28 Mar 2002 11:26:57 +0100 (CET) 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 1017311279 22022 127.0.0.1 (28 Mar 2002 10:27:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 28 Mar 2002 10:27:59 +0000 (UTC) Cc: ding@gnus.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16qX8R-0005j5-00 for ; Thu, 28 Mar 2002 11:27:59 +0100 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 16qX7l-0005Xt-00; Thu, 28 Mar 2002 04:27:17 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 28 Mar 2002 04:27:23 -0600 (CST) 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 EAA09713 for ; Thu, 28 Mar 2002 04:27:13 -0600 (CST) Original-Received: (qmail 9672 invoked by alias); 28 Mar 2002 10:26:59 -0000 Original-Received: (qmail 9667 invoked from network); 28 Mar 2002 10:26:59 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 28 Mar 2002 10:26:59 -0000 Original-Received: from yxa.extundo.com (localhost.localdomain [127.0.0.1]) by yxa.extundo.com (8.12.2/8.12.2) with ESMTP id g2SAQvKY020056; Thu, 28 Mar 2002 11:26:57 +0100 Original-Received: from localhost (jas@localhost) by yxa.extundo.com (8.12.2/8.12.1/Submit) with ESMTP id g2SAQvrB020053; Thu, 28 Mar 2002 11:26:57 +0100 X-Authentication-Warning: yxa.extundo.com: jas owned process doing -bs Original-To: Paul Jarc In-Reply-To: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44051 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44051 On Wed, 27 Mar 2002, Paul Jarc wrote: > Simon Josefsson wrote: > > You need to run the hook before the --text follows this line-- stuff > > is replaced with a empty line. > > Not that I've paid close attention to this thread, but I'd guess this > would also work, assuming you don't care about the cosmetic > difference: > (setq mail-header-separator "") IIRC, the code goes to point-max and then searches backwards for the delimiter. I have no idea why, but it would break your approach if there are empty lines in the body. I guess we should goto point-min and search forward instead, then you can bind mail-header-separator to "" and things would just work. I'll change it tonight, unless someone beats me to it.