+2001-09-17 Keiichi Suzuki <keiichi@nanap.org>
+
+ * lisp/gnus-bbdb.el (gnus-bbdb/insert-address-regexp):
+ `regexp-quote' for each addresses.
+
2001-09-16 Katsuhiro Hermit Endo <hermit@koka-in.org>
* gnus-ja.texi (Drafts): Fix typo.
(unless (eq (point) (point-min))
(insert "\\|"))
(let ((addr (nth 1 address)))
- (insert (std11-addr-to-string
- (if (eq (car addr) 'phrase-route-addr)
- (nth 2 addr)
- (cdr addr))))))))
+ (insert (regexp-quote (std11-addr-to-string
+ (if (eq (car addr) 'phrase-route-addr)
+ (nth 2 addr)
+ (cdr addr)))))))))
(defun gnus-bbdb/split-mail-1 (address-regexp bbdb-field regexp group)
(let ((records (bbdb-search (bbdb-records) nil nil address-regexp))