From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43849 Path: main.gmane.org!not-for-mail From: fn@hungry.org (Faried Nawaz) Newsgroups: gmane.emacs.gnus.general Subject: minor patch against message.el Date: Wed, 13 Mar 2002 00:58:40 +0459 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1015963547 2645 80.91.224.249 (12 Mar 2002 20:05:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 12 Mar 2002 20:05:47 +0000 (UTC) Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16ksWn-0000gY-00 for ; Tue, 12 Mar 2002 21:05:46 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16ksRh-0003VF-00; Tue, 12 Mar 2002 14:00:29 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 12 Mar 2002 14:00:33 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id OAA06946 for ; Tue, 12 Mar 2002 14:00:20 -0600 (CST) Original-Received: (qmail 1523 invoked by alias); 12 Mar 2002 20:00:02 -0000 Original-Received: (qmail 1518 invoked from network); 12 Mar 2002 20:00:02 -0000 Original-Received: from loops.nilpotent.org (@12.17.163.70) by gnus.org with SMTP; 12 Mar 2002 20:00:02 -0000 Original-Received: (qmail 86555 invoked from network); 12 Mar 2002 19:59:58 -0000 Original-Received: from unknown (root@66.206.38.245) by loops.nilpotent.org with QMTP; 12 Mar 2002 19:59:58 -0000 Original-Received: (qmail 43996 invoked by uid 500); 12 Mar 2002 19:59:07 -0000 Original-To: ding@gnus.org X-nil: X-Useless-info: System load is 0.97 with 84 processes active. X-Neuromancer: We are glad you've come with Maelcum. X-Linux-Version: I run Linux at the local gnome coder recruitment center using 1.0.3. Original-Lines: 11 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43849 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43849 --=-=-= 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): --=-=-= Content-Disposition: attachment; filename=mess.diff Content-Description: the patch --- 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) --=-=-= Faried. -- The Great GNU has arrived, infidels, behold his wrath ! --=-=-=--