[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bbdb-ignore-some-messages-alist seems to ignore some alists
At Thu, 27 Jan 2011 12:45:46 -0700,
Adrian Owen <adrian.v.owen@gmail.com> wrote:
>
> Hi,
>
> I am trying to not have bbdb annotate addresses that come from out ticket
> system.
> […]
Hi Adrian,
You have some typos in your init file.
> bbdb-popup-target-lines 1 ;; very small
bbdb-pop-up-target-lines
> bbdb-always-add-address t ;; add new addresses to
bbdb-always-add-addresses
> bbbd-message-caching-enabled t ;; be fast
bbdb-message-caching-enabled
> bbdb-elided-display t ;; single-line addresses
Is this a variable in your bbdb? If so I think you have a very old
bbdb.
Could you check all variables with C-h v? Variables defined by bbdb
should have docstrings.
If you call C-h v when point is over a defined variable name you don’t
have to type tye variable name.
best, Erik