Gnus development mailing list
 help / color / mirror / Atom feed
From: Hans de Graaff <J.J.deGraaff@twi.tudelft.nl>
Subject: Re: Gnus & BBDB
Date: 20 Feb 1997 11:21:39 +0100	[thread overview]
Message-ID: <yahafoz7p70.fsf@twi.tudelft.nl> (raw)
In-Reply-To: Han Pilmeyer's message of 20 Feb 1997 10:17:48 +0100

Han Pilmeyer <han@uto.dec.com> writes:

> 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)

(defun bbdb-insinuate-message ()
  "Call this function to hook BBDB completion into message"
  (define-key message-mode-map "\M-\t" 'bbdb-complete-name))
(add-hook 'message-mode-hook 'bbdb-insinuate-message)

Hans


      reply	other threads:[~1997-02-20 10:21 UTC|newest]

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

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=yahafoz7p70.fsf@twi.tudelft.nl \
    --to=j.j.degraaff@twi.tudelft.nl \
    /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).