1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00

Customize mail-use-rfc822.

This commit is contained in:
Stephen Eglen 1998-04-13 17:16:40 +00:00
parent 63d4cd245b
commit 7aa122f48c

View File

@ -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