emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/mail-extr.el


From: Reiner Steib
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/mail-extr.el
Date: Fri, 09 Dec 2005 11:44:21 -0500

Index: emacs/lisp/mail/mail-extr.el
diff -c emacs/lisp/mail/mail-extr.el:1.49 emacs/lisp/mail/mail-extr.el:1.50
*** emacs/lisp/mail/mail-extr.el:1.49   Sat Aug  6 18:54:04 2005
--- emacs/lisp/mail/mail-extr.el        Fri Dec  9 16:44:16 2005
***************
*** 699,707 ****
  ;;;###autoload
  (defun mail-extract-address-components (address &optional all)
    "Given an RFC-822 address ADDRESS, extract full name and canonical address.
! Returns a list of the form (FULL-NAME CANONICAL-ADDRESS).
! If no name can be extracted, FULL-NAME will be nil.  Also see
! `mail-extr-ignore-single-names' and 
`mail-extr-ignore-realname-equals-mailbox-name'.
  
  If the optional argument ALL is non-nil, then ADDRESS can contain zero
  or more recipients, separated by commas, and we return a list of
--- 699,708 ----
  ;;;###autoload
  (defun mail-extract-address-components (address &optional all)
    "Given an RFC-822 address ADDRESS, extract full name and canonical address.
! Returns a list of the form (FULL-NAME CANONICAL-ADDRESS).  If no
! name can be extracted, FULL-NAME will be nil.  Also see
! `mail-extr-ignore-single-names' and
! `mail-extr-ignore-realname-equals-mailbox-name'.
  
  If the optional argument ALL is non-nil, then ADDRESS can contain zero
  or more recipients, separated by commas, and we return a list of




reply via email to

[Prev in Thread] Current Thread [Next in Thread]