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; 9+ 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] 9+ messages in thread
* message.el
@ 1996-03-28  8:39 Kai Grossjohann
  0 siblings, 0 replies; 9+ messages in thread
From: Kai Grossjohann @ 1996-03-28  8:39 UTC (permalink / raw)



I hit `m' in the summary buffer, then C-c C-c the mail.  The window
configuration is not updated:  the compose buffer should be buried or
deleted, and the summary buffer window should be selected.  Or
something.

--> sgnus-0.60

tia,
        kai
--
There ain't no cure for the summer time blues.


^ permalink raw reply	[flat|nested] 9+ messages in thread
* message.el
@ 1996-03-27 12:57 Kai Grossjohann
  0 siblings, 0 replies; 9+ messages in thread
From: Kai Grossjohann @ 1996-03-27 12:57 UTC (permalink / raw)



message-default-headers doesn't quite seem to work.  I just set this
to "Bcc: grossjoh", then hit "m", and here's what I get:

,-----
| To: 
| Subject: 
| ----- text of mail follows -----
| 
| Bcc: grossjoh
`-----

Hm...  I didn't find this right away, but you will know what to do
immediately, I'm sure.

        kai
--
There ain't no cure for the summer time blues.


^ permalink raw reply	[flat|nested] 9+ messages in thread
* message.el
@ 1996-03-24  7:51 Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 9+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-03-24  7:51 UTC (permalink / raw)


I've started working on message.el, and I now reali{s,z}e that it
should incorporate many of the things from gnus-msg.el -- like
auto-saving to a draft directory, and so on.  Since this is something
that's been introduced in September, and will be obsolete in Red, I've
decided to go ahead and rip gnus-msg.el apart right away. 

Which means that 0.58 will feature message.el, and all your Gnus
variables for customizing outgoing mail & news will be obsolete.
`gnus-reply-to-function' will become `message-reply-to-function'.
Many variables will simply disappear.

I feel positively *evil*.  Bwa-ha-ha!

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

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

Thread overview: 9+ 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
  -- strict thread matches above, loose matches on Subject: below --
1996-03-28  8:39 message.el Kai Grossjohann
1996-03-27 12:57 message.el Kai Grossjohann
1996-03-24  7:51 message.el Lars Magne Ingebrigtsen

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