Hi,

yes, that is the right file.  What do you mean by a patch?  I have no 
experience in packaging, so I don't really know what's needed.  I'd 
be glad to help out, though.  (If you could point me to some 
information on how to make a debian package for elisp programs, I 
would be grateful. (currently using ubuntu myself))

Anyway, perhaps this is useful: I currently use the following 
configuration options in my init.el

;; Mew with bbdb:
(autoload 'bbdb-insinuate-mew      "bbdb-mew"   "Hook BBDB into Mew")
(add-hook 'mew-init-hook 'bbdb-insinuate-mew)
(setq bbdb-send-mail-style 'mew)
(setq mew-cite-bbdb-header t) ;; not working so far, I believe
;; Make expand-abbrev expand mail aliases in mew draft mode,
(add-hook 'mew-init-hook 'bbdb-define-all-aliases) ;seems this should 
be run before using abbrev-expand-functions? why=totally unclear.

This makes bbdb grab addresses from e-mails, call mew for e-mail 
composition, and gives bbdb-style address completion instead of mew's 
idiosyncratic address completion style.
mew-cite-bbdb-header does not work so far, I believe.  But that may 
be due to conflicting mew configuration options, I'll try if I can do 
something about it and get back to you.

Thomas

------------------------------------------------------------------------------

_______________________________________________
bbdb-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/
  • bbdb-mew.el Thomas Danckaert
    • Re: bbdb-mew.el Thomas Danckaert

Reply via email to