On Saturday, September 9 2000 00:44:02, Sridhar Boovaraghavan wrote:
[...]
> Primarily since I get mail from mailing lists, I do not want to add
> every sender to my database. That is why I disabled the auto creation
> of records. I did notice that there were instances in the
> documentation that talked about how to avoid creating records if a
> specific header in the mail message matched an expression.
[...]
> bbdb/vm-snarf-all doesn't seem to do anything at present. (It does
> show the results of bbdb-show-all-recipients, but doesn't do the
> prompting for creation of the former.)
I see you have disables the auto-create, so
you might try a function like the following ...
(I should read mails more carefully)
(defun sb-bbdb/vm-snarf-all ()
(let ((bbdb/mail-auto-create-p t)
(bbdb-ignore-some-messages-alist nil))
(bbdb/vm-snarf-all)))
Robert
_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info