From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31515 Path: main.gmane.org!not-for-mail From: Fabrice Popineau Newsgroups: gmane.emacs.gnus.general Subject: [patch] message.el Date: 24 Jun 2000 21:43:05 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167917 14536 80.91.224.250 (21 Oct 2002 02:38:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:38:37 +0000 (UTC) Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 39F04D0523 for ; Sat, 24 Jun 2000 15:45:51 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id OAC17184; Sat, 24 Jun 2000 14:45:40 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 24 Jun 2000 14:44:56 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA24699 for ; Sat, 24 Jun 2000 14:44:47 -0500 (CDT) Original-Received: from alisier.wanadoo.fr (smtp-rt-9.wanadoo.fr [193.252.19.55]) by mailhost.sclp.com (Postfix) with ESMTP id 45D9AD0523 for ; Sat, 24 Jun 2000 15:45:20 -0400 (EDT) Original-Received: from mahonia.wanadoo.fr (193.252.19.58) by alisier.wanadoo.fr; 24 Jun 2000 21:45:19 +0200 Original-Received: from NEVERYON.ese-metz.fr (193.252.19.20) by mahonia.wanadoo.fr; 24 Jun 2000 21:45:12 +0200 Original-To: ding@gnus.org Original-Lines: 27 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.2 (Molpe) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31515 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31515 Hi, Is it possible to apply the following patch : --- message.el~ Fri Jun 09 15:36:58 2000 +++ message.el Sat Jun 24 21:04:53 2000 @@ -3091,7 +3091,8 @@ "Return the \"real\" user address. This function tries to ignore all user modifications, and give as trustworthy answer as possible." - (concat (user-login-name) "@" (system-name))) + (or (message-user-mail-address) + (concat (user-login-name) "@" (system-name)))) (defun message-make-address () "Make the address of the user." Possibly, conditionalize it by os is windows. But currently, chances are great that the returned value be false under windows. -- Fabrice POPINEAU ------------------------ e-mail: Fabrice.Popineau@supelec.fr | The difference between theory voice-mail: +33 (0) 387764715 | and practice, is that surface-mail: Supelec, 2 rue E. Belin, | theoretically, F-57078 Metz Cedex 3 | there is no difference !