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:
parent
63d4cd245b
commit
7aa122f48c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user