Hi!

Some time ago, Kai Großjohann made the suggestion to add a
send-mail-type 'compose-mail that allows users to send mail from BBDB
respecting the value of mail-user-agent.

The ChangeLog says:

2000-08-01  Waider  <[EMAIL PROTECTED]>

* lisp/bbdb.el:
Add compose-mail as an option for bbdb-send-mail-style (Kai Großjohann)

but it neither made its way to the respective function
bbdb-send-mail-internal nor to the documentation.

The discussion at the list ended with:
http://www.mail-archive.com/bbdb-info@lists.sourceforge.net/msg00229.html

The info file says that it will be in a future version of BBDB.  Is
there any way how to make this feature accessible soon?

Uh, I suceeded by adding these two lines to bbdb-send-mail-internal:

 ((eq type 'compose-mail)
  (compose-mail to subj))

I'm not a lisp hacker, so this is probably wrong incompatible with
other Emacsen an so on...

Cheers,
  Ray
-- 
Raymond Scholz - [EMAIL PROTECTED] - PGP - http://www.zonix.de/
_______________________________________________
bbdb-info mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Reply via email to