From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50367 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: [Patch] Make message-user-mail-address use From header Date: Tue, 25 Feb 2003 02:34:46 +0100 Organization: http://purl.org/harder/ Sender: owner-ding@hpc.uh.edu Message-ID: References: <87of51xtyo.fsf@unix.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046137060 16907 80.91.224.249 (25 Feb 2003 01:37:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 25 Feb 2003 01:37:40 +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 18nU2N-0004OX-00 for ; Tue, 25 Feb 2003 02:37:39 +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 18nU1E-0007bm-00; Mon, 24 Feb 2003 19:36:28 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 24 Feb 2003 19:37:26 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id TAA07934 for ; Mon, 24 Feb 2003 19:37:14 -0600 (CST) Original-Received: (qmail 30717 invoked by alias); 25 Feb 2003 01:36:11 -0000 Original-Received: (qmail 30712 invoked from network); 25 Feb 2003 01:36:11 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by 66.230.238.6 with SMTP; 25 Feb 2003 01:36:11 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 18nUGR-0003rE-00 for ; Tue, 25 Feb 2003 02:52:11 +0100 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 14 Original-NNTP-Posting-Host: 0xc3f95307.esnxr2.ras.tele.dk Original-X-Trace: quimby.gnus.org 1046137931 14831 195.249.83.7 (25 Feb 2003 01:52:11 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 25 Feb 2003 01:52:11 GMT X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; I was annoyed, message-user-mail-address function uses the > user-mail-address variable only. It may be desireable in some cases to > have it derived from the From header (esp, in the > message-send-mail-with-sendmail function). Two questions: * Why not do it in `message-make-address' instead, which appears to be the function used directly in the sendmail related code? * Is your diff against the most recent version of message.el? Your patch doesn't apply cleanly.