+2002-01-28 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * bbdb-wl.el (bbdb-wl-get-addresses-2): Bind unbound local
+ variable.
+
2002-01-28 Yuuichi Teranishi <teranisi@gohome.org>
* bbdb-wl.el (bbdb-wl-get-addresses-1): New function.
ad (std11-address-string structure))
;; ignore uninteresting addresses, this is kinda gross!
(when (or (not (stringp uninteresting-senders))
- (not
+ (not
(or
(and fn (string-match uninteresting-senders fn))
(and ad (string-match uninteresting-senders ad)))))
(let ((headers bbdb-get-addresses-headers)
(uninteresting-senders bbdb-user-mail-names)
addrlist header structures structure fn ad
- header-type header-fields)
+ header-type header-fields header-content)
(while headers
(setq header-type (caar headers)
header-fields (cdar headers))
(decode-mime-charset-string
fn wl-mime-charset))))
ad (std11-address-string structure))
-
;; ignore uninteresting addresses, this is kinda gross!
(when (or (not (stringp uninteresting-senders))
- (not
+ (not
(or
(and fn
(string-match uninteresting-senders fn))