comparison lisp/mail/mail-extr.el @ 67435:f245bb6e08da

* files.el (save-buffer): * international/ucs-tables.el (ucs-set-table-for-input): * mail/mail-extr.el (mail-extract-address-components): * mail/sendmail.el (mail-mode): Reformat doc string.
author Reiner Steib <Reiner.Steib@gmx.de>
date Fri, 09 Dec 2005 16:44:18 +0000
parents fafd692d1e40
children 067115a6e738 7beb78bc1f8e
comparison
equal deleted inserted replaced
67434:6d3669227452 67435:f245bb6e08da
697 (defvar mail-extr-all-top-level-domains) ; Defined below. 697 (defvar mail-extr-all-top-level-domains) ; Defined below.
698 698
699 ;;;###autoload 699 ;;;###autoload
700 (defun mail-extract-address-components (address &optional all) 700 (defun mail-extract-address-components (address &optional all)
701 "Given an RFC-822 address ADDRESS, extract full name and canonical address. 701 "Given an RFC-822 address ADDRESS, extract full name and canonical address.
702 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). 702 Returns a list of the form (FULL-NAME CANONICAL-ADDRESS). If no
703 If no name can be extracted, FULL-NAME will be nil. Also see 703 name can be extracted, FULL-NAME will be nil. Also see
704 `mail-extr-ignore-single-names' and `mail-extr-ignore-realname-equals-mailbox-name'. 704 `mail-extr-ignore-single-names' and
705 `mail-extr-ignore-realname-equals-mailbox-name'.
705 706
706 If the optional argument ALL is non-nil, then ADDRESS can contain zero 707 If the optional argument ALL is non-nil, then ADDRESS can contain zero
707 or more recipients, separated by commas, and we return a list of 708 or more recipients, separated by commas, and we return a list of
708 the form ((FULL-NAME CANONICAL-ADDRESS) ...) with one element for 709 the form ((FULL-NAME CANONICAL-ADDRESS) ...) with one element for
709 each recipient. If ALL is nil, then if ADDRESS contains more than 710 each recipient. If ALL is nil, then if ADDRESS contains more than