+2002-10-10 KOBAYASHI Shinji <kobayashi_shinji@nifty.com>
+
+ * bbdb-wl.el (bbdb-wl-get-addresses-1): Call
+ `bbdb-wl-canonicalize-full-name-function' after decoding full-name
+ string.
+ * bbdb-wl.el (bbdb-wl-get-addresses-2): Ditto.
+
2002-09-05 TAKAHASHI Kaoru <kaoru@kaisei.org>
* ptexinfmt.el: discard @documentdescription. Support
(std11-unfold-string header)))
(while (and (setq structure (car structures))
(eq (car structure) 'mailbox))
- (setq fn (funcall bbdb-wl-canonicalize-full-name-function
- (std11-full-name-string structure))
+ (setq fn (std11-full-name-string structure)
fn (and fn
(with-temp-buffer ; to keep raw buffer unibyte.
(elmo-set-buffer-multibyte
(eword-decode-string
(decode-mime-charset-string
fn wl-mime-charset))))
+ fn (funcall bbdb-wl-canonicalize-full-name-function fn)
ad (std11-address-string structure))
;; ignore uninteresting addresses, this is kinda gross!
(when (or (not (stringp uninteresting-senders))
(std11-unfold-string header-content)))
(while (and (setq structure (car structures))
(eq (car structure) 'mailbox))
- (setq fn (funcall bbdb-wl-canonicalize-full-name-function
- (std11-full-name-string structure))
+ (setq fn (std11-full-name-string structure)
fn (and fn
(with-temp-buffer ; to keep raw buffer unibyte.
(elmo-set-buffer-multibyte
(eword-decode-string
(decode-mime-charset-string
fn wl-mime-charset))))
+ fn (funcall bbdb-wl-canonicalize-full-name-function fn)
ad (std11-address-string structure))
;; ignore uninteresting addresses, this is kinda gross!
(when (or (not (stringp uninteresting-senders))