Hi,
        I am using BBDB version 1.47; 11-sep-92. I am having problems with the
        'mail-alias' facility of BBDB where in one can maintain mailing lists.
        I have hooked in the function 'bbdb-define-all-aliases' into the 'mail-
        setup-hook' using the 'add-hook' function. Now every time I enter the
        mail sending mode of Emacs I get a "couldn't find the alias we just
        defined!" error. What am I doing wrong. Any clues/tips will be greatly
        appreciated


- Anantha Padmanabha N. Srirama -


*******************************************************************************
Anantha Padmanabha N. Srirama   *   mail:   [EMAIL PROTECTED]
1250, E.Arques Avenue, MS:298   *   voice:  408.992.2251
Sunnyvale  CA 94088-3470        *   fax:    408.992.2926
*******************************************************************************

-- Fragment of the code from .emacs --
(add-hook 'mail-setup-hook 'bbdb-insinuate-sendmail)
(add-hook 'mail-setup-hook 'bbdb-define-all-aliases)


-- Some records from the .bbdb file --
;;; file-version: 2
;;; user-fields: (mail-alias)
["Joe" "Smith" ("Joe Smith") "Acme Widget Corporation" (["Off" 408 555 1212 0]) nil 
("joe") ((mail-alias . "MPTS")) nil]
["John" "Doe" ("John Doe") "Acme Widget Corporation" nil nil ("john") ((mail-alias . 
"MPTS")) nil]

Reply via email to