Johnny <yggdra...@gmx.co.uk> writes: > Thorsten <quintf...@googlemail.com> writes: > >>> I think I found the culprit. I'll give it a try and let you know. >>> >>> ,--------------------------------------------------------------------- >>> | bbdb/gnus-update-records-p is a variable defined in `bbdb-gnus.el'. >>> | Its value is >>> | (lambda nil >>> | (let >>> | ((bbdb-update-records-p 'query)) >>> | (bbdb-select-message))) >>> | >>> | >>> | Documentation: >>> | How `bbdb-mua-update-records' processes mail addresses in Gnus. >>> | Allowed values are: >>> | nil Do nothing. >>> | search Search for existing records. >>> | query Update existing records or query for creating new ones. >>> | create or t Update existing records or create new ones. >>> | A function which returns one of the above values. >>> | >>> | You can customize this variable. >>> `--------------------------------------------------------------------- >> >> Problem solved, now I can use gnus without any (unwanted) interference >> from bbdb again. Only have to find out, how the wanted interference >> works. >> > > Interesting, I will have to review my BBDB config properly some day, but > below is what I have today and I do not get queried about updating > records (without setting the above and using BBDB 3.02)? > > Anyhow, FYI and if it makes sense (doesn't to me though..). > > ,---- > | (require 'bbdb) > | (require 'bbdb-autoloads) > | (bbdb-initialize 'gnus 'message) > | > | (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus 'bbdb-insinuate-message) > | > | (setq bbdb-north-american-phone-numbers-p nil) > | (setq bbdb-check-zip nil) > | > | (setq bbdb-complete-name-allow-cycling t) > | (setq bbdb-complete-mail-allow-cycling t) > | > | (setq bbdb-use-pop-up nil) > | > | (setq bbdb-pop-up-window-size 5) > `----
Thank you, I just started with the new bbdb 3, I did not use the older version, so I can't say much about this. I installed the git-version locally ,------------------------------------------------- | BBDB version 3.02 ($Date: 2011/10/10 18:04:34 $) `------------------------------------------------- and my .emacs looks like this ,------------------------------------------- | (require 'bbdb) | (require 'bbdb-autoloads) | (bbdb-initialize 'gnus 'message) | (bbdb-mua-auto-update-init 'gnus 'message) `------------------------------------------- ... ah, and now I begin to understand where the root of the problem lies, since I just copied this from somebody who gave me some tips on installing bbdb 3.0. without line 4 ,------------------------------------------- | (bbdb-mua-auto-update-init 'gnus 'message) `------------------------------------------- I might have saved me some trouble - maybe? my .gnus has this lines ,-------------------------------------------------------------------------- | (add-hook 'message-mode-hook 'bbdb-get-mail-aliases) | | ;; `bbdb-insinuate-gnus' adds bindings for the default keys to Gnus and | ;; configures Gnus to notify the BBDB when new messages are loaded. This | ;; notification is required if the BBDB is to be able to display BBDB | ;; entries for messages displayed in Gnus. | | (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) `-------------------------------------------------------------------------- cheers -- Thorsten ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/