Re: how to update on incoming (gnus), create on outgoing (message)?

2014-02-17 Thread Roland Winkler
On Sat Feb 15 2014 Roland Winkler wrote: 2014-02-15 Roland Winkler wink...@gnu.org * lisp/bbdb-mua.el (bbdb-update-records): Always evaluate arg update-p twice if its value is a function. Why twice? Soon someone will say he needs yet more iterations. OK, you can do this now,

Re: how to update on incoming (gnus), create on outgoing (message)?

2014-02-16 Thread Kevin Brubeck Unhammer
Uwe Brauer o...@mat.ucm.es writes: Kevin == Kevin Brubeck Unhammer unham...@fsfe.org writes: Roland Winkler wink...@gnu.org writes: On Fri Feb 14 2014 Kevin Brubeck Unhammer wrote: Possibly you want to bind the above lambda expression to (the car or cdr of)

Re: how to update on incoming (gnus), create on outgoing (message)?

2014-02-16 Thread Kevin Brubeck Unhammer
Roland Winkler wink...@gnu.org writes: On Sat Feb 15 2014 Kevin Brubeck Unhammer wrote: I want the new email address I type in to be created in BBDB when I do - C-x m, type in a new email address, C-c C-c - or from Gnus, reply/send to some new email address, and do C-c C-c I don't want new

Re: how to update on incoming (gnus), create on outgoing (message)?

2014-02-16 Thread Roland Winkler
On Sun Feb 16 2014 Kevin Brubeck Unhammer wrote: Does it work for you? If I exchange 'create for t in my lambda, it does, thanks :-) But I think perhaps 'create should be part of the list here: Certainly, fixed. Thanks. 2014-02-16 Roland Winkler wink...@gnu.org *

Re: how to update on incoming (gnus), create on outgoing (message)?

2014-02-15 Thread Uwe Brauer
Kevin == Kevin Brubeck Unhammer unham...@fsfe.org writes: Roland Winkler wink...@gnu.org writes: On Fri Feb 14 2014 Kevin Brubeck Unhammer wrote: Possibly you want to bind the above lambda expression to (the car or cdr of) bbdb-mua-update-interactive-p. I tried adding it

Re: how to update on incoming (gnus), create on outgoing (message)?

2014-02-15 Thread Roland Winkler
On Sat Feb 15 2014 Kevin Brubeck Unhammer wrote: I want the new email address I type in to be created in BBDB when I do - C-x m, type in a new email address, C-c C-c - or from Gnus, reply/send to some new email address, and do C-c C-c I don't want new records to be created when I simply

Re: how to update on incoming (gnus), create on outgoing (message)?

2014-02-15 Thread Roland Winkler
On Sat Feb 15 2014 Roland Winkler wrote: Thanks, now I understand. The problem was that you have bbdb-mua-auto-update-p bound to the function bbdb-select-message. Of course, the alternative would have been to directly bind bbdb-mua-auto-update-p to your lambda expression. But the docstring of

how to update on incoming (gnus), create on outgoing (message)?

2014-02-14 Thread Kevin Brubeck Unhammer
I had bbdb2 configured so it would 'update records on incoming mail in gnus and 'create new records when I sent mail with message. How do I do this in bbdb3? I tried both (setq bbdb-update-records-p nil bbdb/gnus-update-records-p 'update bbdb/message-update-records-p

Re: how to update on incoming (gnus), create on outgoing (message)?

2014-02-14 Thread Roland Winkler
On Fri Feb 14 2014 Kevin Brubeck Unhammer wrote: I had bbdb2 configured so it would 'update records on incoming mail in gnus and 'create new records when I sent mail with message. How do I do this in bbdb3? I tried both (setq bbdb-update-records-p nil

Re: how to update on incoming (gnus), create on outgoing (message)?

2014-02-14 Thread Kevin Brubeck Unhammer
Roland Winkler wink...@gnu.org writes: On Fri Feb 14 2014 Kevin Brubeck Unhammer wrote: I had bbdb2 configured so it would 'update records on incoming mail in gnus and 'create new records when I sent mail with message. How do I do this in bbdb3? I tried both (setq bbdb-update-records-p