[mew-int 2823] Re: gmail stmp stunnel wrong version number
Kendall Shaw <[email protected]>
| Newsgroups | gmane.mail.mew.general |
|---|---|
| Message-ID | <[email protected]> |
Kazu Yamamoto (山本和彦) <[email protected]> writes: >> Kazu, this seems to be a bug in mew-ssl.el. "none" should be >> replaced with empty. > > I cannot install stunnel3 anymore. > If somebody kindly makes a patch, I will merge it. I don't know if I should try to make an attachment. And, I hope this is the right format: diff --git a/mew-ssl.el b/mew-ssl.el index b02004e..234a538 100644 --- a/mew-ssl.el +++ b/mew-ssl.el @@ -90,7 +90,7 @@ A file name of a certificate should be 'cert-hash.0'. "-d" ,(format "%s:%d" mew-ssl-localhost localport) "-v" ,(number-to-string (mew-ssl-verify-level case)) "-D" "debug" - "-P" "none" + "-P" "" "-r" ,(format "%s:%d" server remoteport) ,@mew-prog-ssl-arg)) (if tls (setq args (cons "-n" (cons tls args)))) The changes to my configuration worked. Thank you. In the documentation, I thought I was supposed to replace "submission" with the port number. Kendall