Re: [PATCH] Use the message cite variable instead of a hard coded function

Subject: Re: [PATCH] Use the message cite variable instead of a hard coded function

Date: Fri, 09 Jan 2015 08:50:08 +0100

To: Todd, notmuch@notmuchmail.org

Cc:

From: David Bremner


Todd <todd@electricoding.com> writes:

> @@ -233,7 +233,7 @@ list."
>  	(set-mark (point))
>  	(goto-char start)
>  	;; Quote the original message according to the user's configured style.
> -	(message-cite-original)))
> +	(funcall message-cite-function)))
>  

Hi Todd;

Thanks for the patch. What happens to the behaviour of notmuch-reply for
people that have not customized this variable?

d

Thread: