Mercurial > emacs
changeset 21493:a22b10628409
Customize mail-use-rfc822.
author | Stephen Eglen <stephen@gnu.org> |
---|---|
date | Mon, 13 Apr 1998 17:16:40 +0000 |
parents | 09022f09dbbf |
children | 34dea67e7854 |
files | lisp/mail/mail-utils.el |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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