# HG changeset patch # User Stephen Eglen # Date 892487800 0 # Node ID a22b10628409c9ac107cb5297b6506c6a76b14b2 # Parent 09022f09dbbf442442c2a0e302da1d76940d53b7 Customize mail-use-rfc822. diff -r 09022f09dbbf -r a22b10628409 lisp/mail/mail-utils.el --- a/lisp/mail/mail-utils.el Mon Apr 13 16:10:58 1998 +0000 +++ b/lisp/mail/mail-utils.el Mon Apr 13 17:16:40 1998 +0000 @@ -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