From 862e1eac3c88031b4a686a96ef8186340c4a992a Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Fri, 26 Jun 1998 12:40:48 +0000 Subject: [PATCH] (message-use-mail-reply-to): Add comment. --- lisp/message.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/message.el b/lisp/message.el index 6f9b81c..0e255e0 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -447,6 +447,7 @@ query the user whether to use the value. If it is t or the symbol (const :tag "always" use) (const :tag "ask" ask))) +;;; XXX: 'ask and 'use are not implemented yet. (defcustom message-use-mail-reply-to 'ask "*Specifies what to do with Mail-Reply-To/Reply-To header. If nil, always ignore the header. If it is t or the symbol `use', use -- 1.7.10.4