On Mon Dec 26 2011 Sam Steingold wrote:
> 1. despite
>     (bbdb-mua-auto-update-init 'gnus 'message)
>    when I view an article, the *BBDB* buffer does not appear for the
>    known senders (marked with a bbdb/gnus-summary-known-poster-mark in
>    summary).  When I do
>     (add-hook 'gnus-article-prepare-hook 'bbdb-mua-display-sender)
>    I am asked to create a record for the author of EVERY article I view.
>    This was controlled by
>      (setq bbdb/news-auto-create-p 'bbdb-ignore-most-messages-hook)
>    in v2.  What do I do now?

Note that bbdb-mua-display-sender is more intended for interactive
use, not for use as a hook function. So

     (bbdb-mua-auto-update-init 'gnus 'message)

should really be the way to go for noninteractive things. This
requires to set bbdb-mua-auto-update-p.

> apparently, one has to set _both_ bbdb-mua-auto-update-p _and_
> bbdb/gnus-update-records-p to 'search.

...Strange. If you set bbdb-mua-auto-update-p, this is what
bbdb-mua-auto-update uses. In this case, it should never see your
value of bbdb/gnus-update-records-p.

> 2. I want to avoid putting the email uid into the first name slot.
>    I.e., when creating a record for "f...@bar.com", I want the names to
>    be void, not "foo" "".

...This behavior was already implemented in BBDB v2. Is this a problem?

Roland


PS: You are a Gnus user. For historical reasons bbdb-gnus.el still
contains Gnus-specific variables such as bbdb/gnus-summary-show-bbdb-names
where I am not sure they should be kept the way they are because they are
not particularly related to Gnus. If they implement a useful feature, such
a variable should be independent of a particular MUA.


------------------------------------------------------------------------------
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to