bbdb-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bbdb being too inquisitive


From: Greg Troxel
Subject: Re: bbdb being too inquisitive
Date: Tue, 04 Jun 2019 06:39:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (berkeley-unix)

Michael Richardson <address@hidden> writes:

> Roland Winkler <address@hidden> wrote:
>
>     > Which version of BBDB are you using?  This list is about BBDB v3
>     > which, by default, is very shy.  How did you configure BBDB to
>
> So shy, I can't get it to ever add new entries!
> I've been meaning to go back to 2.xx

After a long time not getting to it, I updated to 3 (3.2) a while ago,
and I had to change a bit of config, but then it's been great.  I use it
with gnus.

I do not let bbdb auto-notice/insert.  I type : to create an entry.

My config, which is sort of a recipe for which variables to read the
docs for:

      (require 'bbdb-loaddefs)
      ; Hook BBDB into gnus/message.
      (bbdb-initialize 'gnus 'message)
      ; By default, display records when viewing mail.  Note that
      ; bbdb-update-records-p is search, the default.
      (bbdb-mua-auto-update-init 'gnus 'message)
      ; I think I want as small as fits, but for now just say a low
      ; number of lines or small.
      (setq bbdb-pop-up-window-size .2)
      ; Because I display automatically, any use of : or ; will be to
      ; force an entry.  But use query in case I type it my mistake,
      ; and don't query if I ^U to really mean it.
      (setq bbdb-mua-update-interactive-p '(query . create))

      (setq bbdb-canonicalize-redundant-mails t)
      (setq bbdb-new-mails-primary nil)
      (setq bbdb-completion-list '(fl-name mail))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]