Gnus development mailing list
 help / color / mirror / Atom feed
* [patch] message.el
@ 2000-06-24 19:43 Fabrice Popineau
  2000-06-24 21:27 ` Florian Weimer
  2000-06-24 23:02 ` [patch] message.el Kai Großjohann
  0 siblings, 2 replies; 6+ messages in thread
From: Fabrice Popineau @ 2000-06-24 19:43 UTC (permalink / 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 !




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2000-12-04  4:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-24 19:43 [patch] message.el Fabrice Popineau
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

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).