> It isn't needed. But the VM default for the variable `vm-stunnel-program'
> is "stunnel". So, it is looking for the stunnel program. To avoid stunnel
> entirely, you should set `vm-stunnel-program' to nil. Then VM will fire up
> the Emacs 24 SSL functionality.
The following chunk would do that automatically.
Stefan
@@ -675,8 +675,7 @@
--
file))
-(defcustom vm-stunnel-program "stunnel"
+(defcustom vm-stunnel-program
+ (if (and (fboundp 'gnutls-available-p) (gnutls-available-p))
+ nil
+ "stunnel")
"*Name of program to use to run stunnel.
This is used to make SSL connections to POP and IMAP servers that
support SSL. If this is set to nil, VM will attempt to use the