unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Glenn Morris <rgm+news@stanford.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: mail forwarding not working
Date: Thu, 19 Aug 2010 21:27:26 -0700	[thread overview]
Message-ID: <k3zkwhkixd.fsf@xoc2.stanford.edu> (raw)
In-Reply-To: ue39uaqt7q.fsf@sobolev.dsm.fordham.edu

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	other threads:[~2010-08-20  4:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-19 19:48 mail forwarding not working Art Werschulz
2010-08-20  4:27 ` Glenn Morris [this message]
2010-08-20 11:23   ` Art Werschulz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=k3zkwhkixd.fsf@xoc2.stanford.edu \
    --to=rgm+news@stanford.edu \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).