From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48503 Path: main.gmane.org!not-for-mail From: Reiner Steib <4uce.02.r.steib@gmx.net> Newsgroups: gmane.emacs.gnus.general Subject: Re: [Patch] Add message-cleanup-headers to message-send-mail Date: Wed, 01 Jan 2003 21:22:23 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: reiner.steib@gmx.de NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1041454167 4086 80.91.224.249 (1 Jan 2003 20:49:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 1 Jan 2003 20:49:27 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Tpnp-00013d-00 for ; Wed, 01 Jan 2003 21:49:25 +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 18Tpo1-0006rV-00; Wed, 01 Jan 2003 14:49:37 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 01 Jan 2003 14:50:31 -0600 (CST) Original-Received: from marauder.physik.uni-ulm.de (dialin-145-254-249-191.arcor-ip.net [145.254.249.191]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA20729 for ; Wed, 1 Jan 2003 14:50:16 -0600 (CST) Original-Received: (from ste@localhost) by marauder.physik.uni-ulm.de (8.11.2/8.11.2) id h01KMTm25921; Wed, 1 Jan 2003 21:22:29 +0100 X-Authentication-Warning: marauder.physik.uni-ulm.de: ste set sender to 4uce.02.r.steib@gmx.net using -f Original-To: ding@hpc.uh.edu X-Face: /U7=m^"/-Dn61mAl{g9e3>\G5Tp,oEX|V)g2I1hBk\ML;)7A?6cmB-y7y?'NA^J<=oz7syB =(McAwIHgLX!.B?R3X}98d@?>CrT094KLWh]WU4gDpnL/")MS(XoQTv`Oq225uL>+;CpPXo$N5e>N> $tPd-gbB^F{gQS#1ase]XO~D4p4M"3+F-7~u]dy3I?Pb8RO*H-EFeWDUf?Rf,d]pv\Jvh2Cht!A=im yKAS2Z%Ao^;}W/qzMvMm Mail-Copies-To: nobody Mail-Followup-To: ding@hpc.uh.edu In-Reply-To: (Lars Magne Ingebrigtsen's message of "Wed, 01 Jan 2003 20:11:08 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.1 (i586-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48503 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48503 --=-=-= On Wed, Jan 01 2003, Lars Magne Ingebrigtsen wrote: > Empty attachment again. :-) Next try... --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=message.message-cleanup-headers.patch Content-Description: message.message-cleanup-headers.patch --- message.el 2002/12/29 18:33:35 6.266 +++ message.el 2002/12/30 15:15:00 @@ -3378,6 +3395,7 @@ ;; require one newline at the end. (or (= (preceding-char) ?\n) (insert ?\n)) + (message-cleanup-headers) (when (save-restriction (message-narrow-to-headers) --=-=-= > Or, rather, it's an Content-Type: message/external-body attachment > that referred to a file local to your machine. Oops. I have set gnus-gcc-externalize-attachments to 'all, so my copy of the article only contains the filename. Resending with `S D e' (gnus-summary-resend-message-edit) apparently doesn't restore the real attachment. So it's a Gnus bug, isn't it? ;-) Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/ --=-=-=--