I got somewhat confused reading the doc-string for
bbdb-ignore-most-messages-hook.  I think it should be
`bbdb-ignore-most-messages-alist' instead of
`bbdb-ignore-some-messages-alist' in the last line.  A patch is
attached.

Gerd

*** /tmp/bbdb-hooks.el  Wed Nov 22 11:35:32 2000
--- /tmp/bbdb-hooks.eloLBGdN    Wed Nov 22 11:35:32 2000
***************
*** 189,195 ****
  (defun bbdb-ignore-most-messages-hook (&optional invert-sense)
    "For use as the value of bbdb/news-auto-create-p or bbdb/mail-auto-create-p.
  This will automatically create BBDB entries for messages which match
! the bbdb-ignore-some-messages-alist (which see) and *no* others."
    ;; don't need to optimize this to check the cache, because if
    ;; bbdb/*-update-record uses the cache, this won't be called.
    (let ((rest (if invert-sense
--- 189,195 ----
  (defun bbdb-ignore-most-messages-hook (&optional invert-sense)
    "For use as the value of bbdb/news-auto-create-p or bbdb/mail-auto-create-p.
  This will automatically create BBDB entries for messages which match
! the bbdb-ignore-most-messages-alist (which see) and *no* others."
    ;; don't need to optimize this to check the cache, because if
    ;; bbdb/*-update-record uses the cache, this won't be called.
    (let ((rest (if invert-sense

Reply via email to