Chris Green <[EMAIL PROTECTED]> writes: > How does everyone handle having people with the same name and > different email addresses? [...] > (setq bbdb-always-add-addresses 't) [...] > Is this already handled if i twiddle my bbdb vars correctly?
Actually, it is. Set the variable bbdb-always-add-addresses to nil instead of t: (setq bbdb-always-add-addresses nil). Now, if a record with the name already exist, you will be asked, to add that address to the current record. Answer no. Next you will be asked, if a new record should be created. Answer yes. You end up with two entries with the same name but different email addresses. I think this works with version 2.32, but this functionality is for sure in CVS. Gerd _______________________________________________ [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/