山本です。
> new 起動時にメールサーバに必ずエラーが記録されます。
> 下記はエラーと続くメール受信のログです。
Mew で SSL を使うと、最初にダミーのトンネルを張ります。それのことでしょ
うか?
mew-ssl.el より:
;; "stunnel" does not gain access to the remote port
;; until a tunneled connection is created.
;; So, we need to check the SSL/TLS tunnel with a dummy
;; tunneled connection here.
こうしないと、張れない場合に nil が返せません。
--かず