A clobber build should fix it for you. Or just make sure you don't have a directory called smimestub.dll (or something similar to that, I may have the name wrong) in your components directory.
If you build without PSM, you get the stub dll which shows the message that encryption isn't supported when you click on an encrypted message. If you build with PSM, instead of getting the stub dll, you get dlls capable of decrypting the message. Obviously if you use a build which used to not get built with PSM, you'll end up with this stub dll still sitting in your components directory. -Scott Len wrote: > > ------------------------------------------------------------------------ > > Subject: > > Getting mailnews to build with S/MIME. > From: > > Len <[EMAIL PROTECTED]> > Date: > > Thu, 20 Dec 2001 17:13:42 +1300 > > Newsgroups: > > netscape.public.mozilla.mail-news,netscape.public.mozilla.crypto > > > I can't seem to make a build that is capable of decrypting messages. > > If I use a nightly, I can decrypt messages fine. If I build my own, I > just get the box in the display area saying that it's not supported. > However, my own builds are perfectly capable of sending encrypted > messages, and displaying signed messages. > > Any ideas? > > Cheers, > Len. > > My .mozconfig looks like this: > > mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@ > CFLAGS="$CFLAGS -pipe -march=pentium -mcpu=pentiumpro" > CXXFLAGS="$CXXFLAGS -pipe -march=pentium -mcpu=pentiumpro" > ac_add_options --disable-pedantic > ac_add_options --disable-tests > ac_add_options --disable-debug > ac_add_options --enable-optimize=-O2 > ac_add_options --enable-strip-libs > ac_add_options --enable-xterm-updates > ac_add_options --enable-mathml > ac_add_options --enable-svg > ac_add_options --enable-crypto > ac_add_options --disable-ldap > ac_add_options --enable-nspr-autoconf > ac_add_options --with-extensions=default,irc > > > and my build script pretty much does a > > gmake distclean > gmake -f client.mk checkout > gmake -f client.mk checkout BUILD_MODULES=psm2 > gmake -f client.mk build >
