From: Stephen Eglen Date: Mon, 13 Apr 1998 17:16:40 +0000 (+0000) Subject: Customize mail-use-rfc822. X-Git-Tag: emacs-20.3~1581 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7aa122f48c048b8538e48a3a4968429588d1bfbe;p=emacs.git Customize mail-use-rfc822. --- diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index 002c37d8125..5414bf58fa9 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el @@ -34,10 +34,12 @@ (require 'lisp-mode) ;;;###autoload -(defvar mail-use-rfc822 nil "\ +(defcustom mail-use-rfc822 nil "\ *If non-nil, use a full, hairy RFC822 parser on mail addresses. Otherwise, (the default) use a smaller, somewhat faster, and -often correct parser.") +often correct parser." + :type 'boolean + :group 'mail) ;; Returns t if file FILE is an Rmail file. ;;;###autoload