Below are some bug fixes for situations where bbdb-get-only-first-address-p
is set to t.

Index: bbdb-vm.el
===================================================================
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-vm.el,v
retrieving revision 1.88
diff -c -C0 -r1.88 bbdb-vm.el
*** bbdb-vm.el  2001/05/17 17:16:30     1.88
--- bbdb-vm.el  2001/05/30 19:55:58
***************
*** 127 ****
!                           (car cache)
--- 127 ----
!                           (list (car cache))

Index: bbdb-gnus.el
===================================================================
RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-gnus.el,v
retrieving revision 1.81
diff -c -C0 -r1.81 bbdb-gnus.el
*** bbdb-gnus.el        2001/05/17 17:12:55     1.81
--- bbdb-gnus.el        2001/05/30 19:57:13
***************
*** 160 ****
!                             (car cache)
--- 160 ----
!                             (list (car cache))

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

Reply via email to