emacs-devel
[Top][All Lists]
Advanced

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

New Gnus and sendmail


From: Stefan Monnier
Subject: New Gnus and sendmail
Date: Mon, 29 Oct 2007 15:06:06 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

I needed the following patch to get Emacs to use
message-send-mail-with-sendmail like it used to.  Not sure if that's the
right fix.


        Stefan


--- orig/lisp/gnus/message.el
+++ mod/lisp/gnus/message.el
@@ -618,6 +618,7 @@
   :link '(custom-manual "(message)Canceling News")
   :type 'string)
 
+(require 'sendmail)                     ;So as to define sendmail-program.
 ;; Useful to set in site-init.el
 (defcustom message-send-mail-function
   (let ((program (if (boundp 'sendmail-program)




reply via email to

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