I'm trying to get a mailing list working using BBDB.  The aliases
aren't expanding on the To: line as advertized.  Here's how I'm
calling things:

;; Viewmail (vm) stuff.
(autoload 'vm "vm" "Start VM on your primary inbox." t)
(autoload 'vm-visit-folder "vm" "Start VM on an arbitrary folder." t)
(autoload 'vm-visit-virtual-folder "vm" "Visit a VM virtual folder." t)
(autoload 'vm-mode "vm" "Run VM major mode on a buffer" t)
(autoload 'vm-mail "vm" "Send a mail message using VM." t)
(autoload 'vm-submit-bug-report "vm" "Send a bug report about VM." t)
;; bbdb (Insideous Big Brother Database) stuff.
(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-gnus     "bbdb-gnus"  "Hook BBDB into GNUS")
(autoload 'bbdb-insinuate-sendmail "bbdb"       "Hook BBDB into VM")

(add-hook 'mail-setup-hook
          (function (lambda()
                      (require 'mail-abbrevs)
                      (setq
                       bbdb-insinuate-sendmail t
                       bbdb-define-all-aliases t
                       ))))

I've created a 'mail-alias' field in a record using
bbdb-insert-new-field, but when I type the alias on the To: line
followed by a space it doesn't expand.

Any ideas?

| Michael J. Carter                            Internet: [EMAIL PROTECTED] |
* Space & Atmospheric Sciences             Phone/Voicemail: (505)665-6529 *
| Los Alamos National Laboratory                       Fax: (505)665-7395 |


Reply via email to