Actually, looks like a simple modification to bbdb-com.el.  This patch will
optionally allow mail-alias expansion during bbdb-complete-name.

RCS file: /cvsroot/bbdb/bbdb/lisp/bbdb-com.el,v
retrieving revision 1.90
diff -c -C0 -r1.90 bbdb-com.el
*** bbdb-com.el 2001/01/24 02:07:18     1.90
--- bbdb-com.el 2001/01/24 19:06:24
***************
*** 334 ****
--- 335,337 ----
+ (defvar bbdb-expand-mail-aliases t
+   "If non-nil, expand mail aliases in bbdb-complete-name")
+ 
***************
*** 2031 ****
!       (ding))
--- 2034,2036 ----
!       (if bbdb-expand-mail-aliases
!         (expand-abbrev)
!       (ding)))


_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info

Reply via email to