help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: mail forwarding not working


From: Glenn Morris
Subject: Re: mail forwarding not working
Date: Wed, 08 Dec 2010 15:25:40 -0000
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Art Werschulz wrote:

> Debugger entered--Lisp error: (void-function mail-text-start)
>   mail-text-start()
>   rmail-forward(nil)

A bug. Try

(require 'sendmail)

in your .emacs to work around it.

> (defun my-message-send-mail-function ()
>   (interactive)
>   (if (y-or-n-p "Really send? ")
>       (message-send-mail-with-sendmail)
>     (error "Send Aborted")))
>
> (setq message-send-mail-function 'my-message-send-mail-function)
> ------%<--%<--%<---cut here---%<--%<--%<----------------------------
> This allows me to change my mind before sending mail.

There is a standard option, message-confirm-send, for this.


reply via email to

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