From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9967 Path: main.gmane.org!not-for-mail From: Han Pilmeyer Newsgroups: gmane.emacs.gnus.general Subject: Gnus & BBDB Date: 20 Feb 1997 10:17:48 +0100 Organization: Digital Equipment B.V., Software Partners Engineering Sender: han@dcultx.uto.dec.com Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149912 21617 80.91.224.250 (20 Oct 2002 21:38:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:38:32 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id BAA17253 for ; Thu, 20 Feb 1997 01:32:44 -0800 Original-Received: from server21.digital.fr (server21.digital.fr [193.56.15.21]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Thu, 20 Feb 1997 10:18:15 +0100 Original-Received: from mail.vbo.dec.com (mail.vbo.dec.com [16.36.208.34]) by server21.digital.fr (8.7.5/8.7) with ESMTP id KAA13651 for ; Thu, 20 Feb 1997 10:22:51 +0100 (MET) Original-Received: from vbormc.vbo.dec.com (vbormc.vbo.dec.com [16.36.208.94]) by mail.vbo.dec.com (8.7.3/8.7) with ESMTP id KAA08077 for ; Thu, 20 Feb 1997 10:19:59 +0100 (MET) Original-Received: from dcultx.uto.dec.com (dcultx.uto.dec.com [16.183.64.1]) by vbormc.vbo.dec.com (8.7.3/8.7) with SMTP id KAA29407 for ; Thu, 20 Feb 1997 10:15:02 +0100 Original-Received: by dcultx.uto.dec.com; (5.65v3.2/1.1.8.2/18Jul95-0144PM) id AA10067; Thu, 20 Feb 1997 10:17:48 +0100 Original-To: ding@ifi.uio.no Original-Lines: 40 X-Mailer: Gnus v5.4.12/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:9967 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9967 Hi, Can someone help me to configure BBDB 1.51 under Gnus (5.4). At the moment I only have the following in my .emacs: ;;; BBDB (autoload 'bbdb "bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-name "bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-company "bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-net "bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-notes "bbdb-com" "Insidious Big Brother Database" t) (autoload 'bbdb-insinuate-vm "bbdb-vm" "Hook BBDB into VM") (autoload 'bbdb-insinuate-rmail "bbdb-rmail" "Hook BBDB into RMAIL") (autoload 'bbdb-insinuate-mh "bbdb-mhe" "Hook BBDB into MH-E") (autoload 'bbdb-insinuate-gnus "bbdb-gnus" "Hook BBDB into GNUS") (autoload 'bbdb-insinuate-sendmail "bbdb" "Hook BBDB into sendmail") (setq bbdb-always-add-addresses 't) (setq bbdb-offer-save "never") (setq bbdb-use-pop-up nil) (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus) (autoload 'bbdb/gnus-lines-and-from "bbdb-gnus") (setq gnus-optional-headers 'bbdb/gnus-lines-and-from) I can see that BBDB adds new addresses that I receive mail from to the database. Which is what I want. But when sending mail I don't seem to be able to use the database. Ideally I would like to get: - Mail address completion when sending mail (using e.g. M-TAB) - Replacement of the address in a reply with the primary address from the database I even looked in the FAQ, but that doesn't have my answer (yet). Cheers -- Han Pilmeyer, han@uto.dec.com, Phone: +31 30 2832671, FAX: +31 30 2832686 Digital Equipment B.V., Europalaan 44, 3526 KS Utrecht, The Netherlands | Answers are the easy part, questions raise the doubt -JB | All opinions are those of the author, not of Digital Equipment!