> * Roland Winkler <jvax...@tah.bet> [2011-12-29 02:36:33 -0600]:
>
> On Wed Dec 28 2011 Sam Steingold wrote:
>> here is the fix:
>> 
>> diff --git a/lisp/bbdb-mua.el b/lisp/bbdb-mua.el
>> index e0059a1..2d515ab 100644
>> --- a/lisp/bbdb-mua.el
>> +++ b/lisp/bbdb-mua.el
>> @@ -657,7 +657,8 @@ For interactive calls, see function
>> `bbdb-mua-update-interactive-p'."
>>    (interactive (list nil (bbdb-mua-update-interactive-p)))
>>    (let (records)
>>      (bbdb-mua-wrapper
>> -     (setq records (bbdb-mua-update-records header-class update-p)))
>> +     (setq records (bbdb-mua-update-records
>> +                    header-class (or update-p bbdb-mua-auto-update-p))))
>>      (if records (bbdb-display-records-internal records))
>>      records))
>
> I am confused: What is this patch supposed to fix? Where / how is
> bbdb-mua-display-records called such that it needs to use the
> variable bbdb-mua-auto-update-p?

because of
(add-hook 'gnus-article-prepare-hook 'bbdb-mua-display-sender)

I guess I will try without it...

thanks.

-- 
Sam Steingold (http://sds.podval.org/) on Ubuntu 11.10 (oneiric) X 11.0.11004000
http://www.memritv.org http://pmw.org.il http://thereligionofpeace.com
http://dhimmi.com http://iris.org.il http://openvotingconsortium.org
The best propaganda of atheism is done by organized religion.


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to