Josef Dalcolmo <[EMAIL PROTECTED]> writes: > Dear BBDB experts, > > I use the bbdb with wanderlust for some time now, but I hardly know > any elisp. I would like to have wanderlust to download only messages > where the net name is known to my bbdb database. I may be able to do > this with elmo-split (a function that comes with wanderlust), but I > need a list of all net names known to bbdb. Is there already a > ready-to-use function to obtain this or do I have to write it myself?
How about this? (apply 'append (mapcar (lambda (rec) (bbdb-record-net rec)) (bbdb-records))) Too late at night for me to check whether this can be further simplified. This will return a list of all net addresses of all records. Good Luck, Adrian > > Best regards - Josef > > > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > bbdb-info@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/bbdb-info > BBDB Home Page: http://bbdb.sourceforge.net/ > > -- Adrian Aichner mailto:[EMAIL PROTECTED] http://www.xemacs.org/ ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ bbdb-info@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bbdb-info BBDB Home Page: http://bbdb.sourceforge.net/