On July 9, [EMAIL PROTECTED] said:
> On July 9, [EMAIL PROTECTED] said:
> > 
> > Err, did you see that there are two functions,
> > mail-header-parse-address and mail-header-parse-addresses?  Just a
> > sanity check.  Or maybe you saw something in the docs that I didn't
> > see.
> 
> No, given the Xemacs problem I caused with yesterday's update, I'm
> probably the one in need of glasses/sanity/whatever. I'll look at this
> a little more closely and see if it's of use.
> 
> Cheers,
> Waider.

Okay.

(defun bbdb-parse-addresses( string )
  (mapcar (function (lambda( addr ) (list (cdr addr) (car addr))))
                  (mail-header-parse-addresses string)))

... gives you a function that'll plug right in as
bbdb-extract-address-components-func. I've not played with it yet to
see what it does to your �.

Cheers,
Waider.
-- 
[EMAIL PROTECTED] / Yes, it /is/ very personal of me.

"It's a horrible thing to watch, almost like watching an infant tottering
 toward a porcupine." - Kyle Jones on MIS people writing C

_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to