Robert Widhopf-Fenk wrote:
> In CVS bbdb-quiet-about-name-mismatches can be a function or
> sexp now in order to tweak handling of name mismatches.
> 
> This is not as mighty as modifying bbdb-readonly-p would be,
> but it is meant for what Len originally wanted.

Works a treat.  My bbdb-quiet-about-name-mismatches function is:

(defun my-bbdb-quiet-about-name-mismatches (record name)
  "Tells BBDB whether to accept name updates for a record.  Looks
to see if the record has a field called readonly."
  (and record
       (listp (bbdb-record-raw-notes record))
       (cdr (assq 'readonly (bbdb-record-raw-notes record)))))

Much simpler than what I had before. Thanks!

Cheers,
Len.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to