all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* mail-extract-address-components with "Ver Surname, Given"
@ 2005-06-16 18:05 Kevin Rodgers
  2005-06-16 18:57 ` Kevin Rodgers
  2005-06-18  2:21 ` Richard Stallman
  0 siblings, 2 replies; 3+ messages in thread
From: Kevin Rodgers @ 2005-06-16 18:05 UTC (permalink / raw)


(mail-extract-address-components
  "\"Surname, Given\" <given.surname@example.com>")

correctly returns:
("Given Surname" "given.surname@example.com")

But:
(mail-extract-address-components
  "\"Ver Surname, Given\" <given.ver.surname@example.com>")

returns:
("Ver Surname" "given.ver.surname@example.com")

instead of:
("Given Ver Surname" "given.ver.surname@example.com")

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-06-18  2:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-16 18:05 mail-extract-address-components with "Ver Surname, Given" Kevin Rodgers
2005-06-16 18:57 ` Kevin Rodgers
2005-06-18  2:21 ` Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.