Gnus development mailing list
 help / color / mirror / Atom feed
* minor patch against message.el
@ 2002-03-12 19:59 Faried Nawaz
  2002-03-12 21:30 ` Simon Josefsson
  0 siblings, 1 reply; 4+ messages in thread
From: Faried Nawaz @ 2002-03-12 19:59 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 123 bytes --]


I'd like to set my sender header to whatever my from header is.
I use qmail, so I needed this patch (against Oort 0.04):


[-- Attachment #2: the patch --]
[-- Type: text/plain, Size: 613 bytes --]

--- message.el~	Wed Mar 13 00:54:05 2002
+++ message.el	Wed Mar 13 00:55:30 2002
@@ -2670,7 +2670,9 @@
 	 ;; free for -inject-arguments -- a big win for the user and for us
 	 ;; since we don't have to play that double-guessing game and the user
 	 ;; gets full control (no gestapo'ish -f's, for instance).  --sj
-	 message-qmail-inject-args))
+         (if (functionp 'message-qmail-inject-args)
+             (funcall 'message-qmail-inject-args)
+           message-qmail-inject-args)))
     ;; qmail-inject doesn't say anything on it's stdout/stderr,
     ;; we have to look at the retval instead
     (0 nil)

[-- Attachment #3: Type: text/plain, Size: 70 bytes --]



Faried.
-- 
The Great GNU has arrived, infidels, behold his wrath !

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

end of thread, other threads:[~2002-03-14  0:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-12 19:59 minor patch against message.el Faried Nawaz
2002-03-12 21:30 ` Simon Josefsson
2002-03-12 21:40   ` Paul Jarc
2002-03-14  0:21     ` Chris Green

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