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)
`----

Best,

-- 
Johnny

------------------------------------------------------------------------------
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/

Reply via email to