Re: "posting-style" depending on bbdb info

2001-09-01 Thread Ami Fischman
In fact, I found a package called mc-bbdb.el (for having mailcrypt take data from bbdb and auto-encrypt/sign), written by Ian Sheldon. I have adapted it to do what I want (hooking into message-send-hook). Will probably post it here once it's presentable. Thanks for all the help, -- Ami Fisch

Re: "posting-style" depending on bbdb info

2001-09-01 Thread Michael Totschnig
Sergei Pokrovsky <[EMAIL PROTECTED]> wrote: > Michael> I have something like ((boundp 'bbdb-record) (eval > Michael> (do-something-with (bbdb-record-getprop bbdb-record > Michael> 'field-name > > Michael> as part of my gnus-posting-styles. > > [...] > > That's interesting. Could I ha

Re: bbdb-2.32 and vm.elc binary install

2001-09-01 Thread Kai Großjohann
david x callaway <[EMAIL PROTECTED]> writes: > vm has for some while been distributed (optionally) as a single vm.elc > instead of individual lisp files. can bbdb be made to build with this > setup? Does it help to change to that setup? You can just "cat *.elc > single.elc" and then try to load

Re: bbdb-2.32 and vm.elc binary install

2001-09-01 Thread Kai Großjohann
Daniel Pittman <[EMAIL PROTECTED]> writes: > On Fri, 31 Aug 2001, david x. callaway wrote: > > vm has for some while been distributed (optionally) as a single vm.elc >> instead of individual lisp files. can bbdb be made to build with this >> setup? > > That's a really *bad* idea, no matter what.