From 106c1842eac062877c07844250cea2948d155d17 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Thu, 2 Dec 2010 22:25:01 +0000 Subject: [PATCH] message.el (message-from-style): Fix previous commit. --- lisp/gnus/message.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el index feb5102055c..7f80dec33bb 100644 --- a/lisp/gnus/message.el +++ b/lisp/gnus/message.el @@ -160,11 +160,7 @@ If this variable is nil, no such courtesy message will be added." :group 'message-interface :type 'regexp) -(defcustom message-from-style 'default - ;; In Emacs 24.1 this defaults to the value of `mail-from-style' - ;; that defaults to: - ;; `angles' in Emacs 22.1~23.1, XEmacs 21.4, 21.5, and SXEmacs 22.1; - ;; `system-default' in Emacs 23.2, and 24.1 +(defcustom message-from-style mail-from-style "Specifies how \"From\" headers look. If nil, they contain just the return address like: -- 2.39.5