Gnus development mailing list
 help / color / mirror / Atom feed
From: Han Pilmeyer <han@uto.dec.com>
Subject: Gnus & BBDB
Date: 20 Feb 1997 10:17:48 +0100	[thread overview]
Message-ID: <xxszpwzn8eb.fsf@dcultx.uto.dec.com> (raw)

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!


             reply	other threads:[~1997-02-20  9:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-02-20  9:17 Han Pilmeyer [this message]
1997-02-20 10:21 ` Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=xxszpwzn8eb.fsf@dcultx.uto.dec.com \
    --to=han@uto.dec.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).