Gnus development mailing list
 help / color / mirror / Atom feed
From: Fabrice Popineau <Fabrice.Popineau@supelec.fr>
Subject: [patch] message.el
Date: 24 Jun 2000 21:43:05 +0200	[thread overview]
Message-ID: <ya3uj25y.fsf@supelec.fr> (raw)

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 !




             reply	other threads:[~2000-06-24 19:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-24 19:43 Fabrice Popineau [this message]
2000-06-24 21:27 ` Florian Weimer
2000-06-28 21:07   ` Fabrice Popineau
2000-08-14 18:40     ` Lars Magne Ingebrigtsen
2000-12-04  4:34   ` message.el Greg Stark
2000-06-24 23:02 ` [patch] message.el Kai Großjohann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ya3uj25y.fsf@supelec.fr \
    --to=fabrice.popineau@supelec.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).