all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* New Gnus and sendmail
@ 2007-10-29 19:06 Stefan Monnier
  0 siblings, 0 replies; only message in thread
From: Stefan Monnier @ 2007-10-29 19:06 UTC (permalink / raw)
  To: emacs-devel


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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-29 19:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-29 19:06 New Gnus and sendmail Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.