Gnus development mailing list
 help / color / mirror / Atom feed
From: fn@hungry.org (Faried Nawaz)
Subject: minor patch against message.el
Date: Wed, 13 Mar 2002 00:58:40 +0459	[thread overview]
Message-ID: <m3lmcxk16h.fsf@homeworld.nilpotent.org> (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 !

             reply	other threads:[~2002-03-12 19:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-12 19:59 Faried Nawaz [this message]
2002-03-12 21:30 ` Simon Josefsson
2002-03-12 21:40   ` Paul Jarc
2002-03-14  0:21     ` Chris Green

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=m3lmcxk16h.fsf@homeworld.nilpotent.org \
    --to=fn@hungry.org \
    /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).