Skip to content

Commit

Permalink
Customize mail-use-rfc822.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Eglen committed Apr 13, 1998
1 parent 133073d commit 38edd12
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lisp/mail/mail-utils.el
Expand Up @@ -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
Expand Down

0 comments on commit 38edd12

Please sign in to comment.