bbdb-v3-adapt-encrypt.el (was: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?)

2013-10-21 Thread Gijs Hillenius
On 8 Oct 2013, Gijs Hillenius wrote: On 8 Oct 2013, Uwe Brauer wrote: Gijs == Gijs Hillenius g...@hillenius.net writes: 2) bbdb-search-simple - bbdb-message-search 3) bbdb-extract-field-value - bbdb-message-header 4) bbdb-record-getprop - bbdb-record-field However my test result is

Re: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-08 Thread Gijs Hillenius
On 8 Oct 2013, Uwe Brauer wrote: Gijs == Gijs Hillenius g...@hillenius.net writes: On 7 Oct 2013, Uwe Brauer wrote: Gijs == Gijs Hillenius g...@hillenius.net writes: Hi Here is a similar code I wrote up some time ago. It includes also smime, which I find an important alternative to

Re: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-08 Thread Uwe Brauer
Gijs == Gijs Hillenius g...@hillenius.net writes: 2) bbdb-search-simple - bbdb-message-search 3) bbdb-extract-field-value - bbdb-message-header 4) bbdb-record-getprop - bbdb-record-field However my test result is that it does not work. I get the same nil that I

Re: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-08 Thread Gijs Hillenius
On 8 Oct 2013, Uwe Brauer wrote: Gijs == Gijs Hillenius g...@hillenius.net writes: 2) bbdb-search-simple - bbdb-message-search 3) bbdb-extract-field-value - bbdb-message-header 4) bbdb-record-getprop - bbdb-record-field However my test result is that it does not work. I get the same

what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-06 Thread Gijs Hillenius
Hi I'm trying to update bbdb-pgp.el from Bbdb version 2, so that it will work with Bbdb version 3. As far as I can tell, the crucual bit in bbdb-pgp.el that needs to be changed is: , | (defun bbdb/pgp-get-pgp (name address) | Look up user NAME and ADDRESS in BBDB and return the PGP

Re: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-06 Thread Roland Winkler
On Sun Oct 6 2013 Gijs Hillenius wrote: , | (defun bbdb/pgp-get-pgp (name address) | Look up user NAME and ADDRESS in BBDB and return the PGP preference. | (let* ((record (bbdb-search-simple name address)) | (pgp (and record |(bbdb-record-getprop record

Re: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-06 Thread Roland Winkler
On Sun Oct 6 2013 Gijs Hillenius wrote: thanks for the prompt reply! I was wondering if I need to register the xfield somewhere. No. Either a record has the xfield, or it doesn't, that's all you need. Test Name mail: t...@example.org pgp-mail: sign

Re: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-06 Thread Gijs Hillenius
On 6 Oct 2013, Roland Winkler wrote: On Sun Oct 6 2013 Gijs Hillenius wrote: thanks for the prompt reply! I was wondering if I need to register the xfield somewhere. No. Either a record has the xfield, or it doesn't, that's all you need. Test Name mail: t...@example.org pgp-mail: sign

Re: what function in bbdb v3 replaces bbdb-record-getprop from bbdb v2?

2013-10-06 Thread Uwe Brauer
Gijs == Gijs Hillenius g...@hillenius.net writes: Hi I'm trying to update bbdb-pgp.el from Bbdb version 2, so that it will work with Bbdb version 3. I have never heard of this package and I just tried it out and find some issues with Xemacs. Here is a similar code I wrote up some