create new bbdb records only on message sends

2013-06-06 Thread Kevin Brubeck Unhammer
I want BBDB3 to search (and, if exists, add new email addresses) when reading mail in Gnus; and when sending mail, always create a new entry if it doesn't exist already. I thought (setq bbdb-update-records-p 'update bbdb/message-update-records-p 'create) would do it, but it seems like bbdb/

Re: create new bbdb records only on message sends

2013-06-06 Thread Roland Winkler
On Thu Jun 6 2013 Kevin Brubeck Unhammer wrote: > I want BBDB3 to search (and, if exists, add new email addresses) when > reading mail in Gnus; and when sending mail, always create a new entry > if it doesn't exist already. I thought > > (setq bbdb-update-records-p 'update > bbdb/message-upd

Re: snarf e-mail address in gnus

2013-06-06 Thread Roland Winkler
On Wed Jun 5 2013 Ivan Kanis wrote: > Pressing ":" in a gnus article added the expeditor's e-mail address if > it didn't exist in the database. Do you initialize (bbdb-initialize 'gnus) > I had a look at bbdb-snarf.el and bbdb-gnus.el but could not find the > feature. See bbdb-insinuate-gnus

Re: create new bbdb records only on message sends

2013-06-06 Thread Kevin Brubeck Unhammer
"Roland Winkler" writes: > On Thu Jun 6 2013 Kevin Brubeck Unhammer wrote: >> I want BBDB3 to search (and, if exists, add new email addresses) when >> reading mail in Gnus; and when sending mail, always create a new entry >> if it doesn't exist already. I thought >> >> (setq bbdb-update-records-

Re: create new bbdb records only on message sends

2013-06-06 Thread Roland Winkler
On Thu Jun 6 2013 Kevin Brubeck Unhammer wrote: > bbdb-record-name([nil nil nil nil nil nil nil nil [nil nil nil nil nil nil] > nil]) I cannot reproduce this. Here you have a new record where the cache is in the wrong element. > I'm on BBDB version 3.02 ($Date: 2013/05/15 13:17:58 $) Could it

Re: snarf e-mail address in gnus

2013-06-06 Thread Roland Winkler
On Thu Jun 6 2013 Ivan Kanis wrote: > Now I see that C-u : does what I expect. > > Wouldn't it be better to propose to add if no records are found? I might > send a patch if you are interested. See bbdb-mua-update-interactive-p. It has been my intention to make the default the least aggressive.

Re: create new bbdb records only on message sends

2013-06-06 Thread Kevin Brubeck Unhammer
"Roland Winkler" writes: > On Thu Jun 6 2013 Kevin Brubeck Unhammer wrote: >> bbdb-record-name([nil nil nil nil nil nil nil nil [nil nil nil nil nil nil] >> nil]) > > I cannot reproduce this. Here you have a new record where the cache > is in the wrong element. > >> I'm on BBDB version 3.02 ($D