emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 23.0.50; [message-send-mail-function] wrong description and regressi


From: Katsumi Yamaoka
Subject: Re: 23.0.50; [message-send-mail-function] wrong description and regression
Date: Wed, 21 Nov 2007 10:01:42 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

>>>>> Luca Capello wrote:

> For me the *obvious* fix is the following:

> --- lisp/gnus/message.el      9 Nov 2007 09:46:00 -0000       1.127
> +++ lisp/gnus/message.el      21 Nov 2007 00:29:49 -0000
[...]
> +(require 'sendmail)

If it will be done, we have one more work. ;-)

*** message.el~ Tue Nov 20 21:52:32 2007
--- message.el  Wed Nov 21 01:00:47 2007
***************
*** 4427,4441 ****
                       'call-process-region
                       (append
                        (list (point-min) (point-max)
!                             (cond ((boundp 'sendmail-program)
!                                    sendmail-program)
!                                   ((file-exists-p "/usr/sbin/sendmail")
!                                    "/usr/sbin/sendmail")
!                                   ((file-exists-p "/usr/lib/sendmail")
!                                    "/usr/lib/sendmail")
!                                   ((file-exists-p "/usr/ucblib/sendmail")
!                                    "/usr/ucblib/sendmail")
!                                   (t "fakemail"))
                              nil errbuf nil "-oi")
                        message-sendmail-extra-arguments
                        ;; Always specify who from,
--- 4427,4433 ----
                       'call-process-region
                       (append
                        (list (point-min) (point-max)
!                             sendmail-program
                              nil errbuf nil "-oi")
                        message-sendmail-extra-arguments
                        ;; Always specify who from,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]