Customize mail-use-rfc822.
authorStephen Eglen <stephen@gnu.org>
Mon, 13 Apr 1998 17:16:40 +0000 (17:16 +0000)
committerStephen Eglen <stephen@gnu.org>
Mon, 13 Apr 1998 17:16:40 +0000 (17:16 +0000)
lisp/mail/mail-utils.el

index 002c37d..5414bf5 100644 (file)
 (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