Trouble opening gmail nnimap server in Emacs gnus on Windows

后端 未结 2 843
灰色年华
灰色年华 2021-01-15 05:11

I\'m trying to use Emacs gnus to connect to my gmail account. This is the relevant configuration code, taken mostly from here:

(setq tls-program \'(\"openssl         


        
2条回答
  •  感动是毒
    2021-01-15 06:05

    What worked for me is using a gnutls port for windows instead of openssl, and removing any customization of tls-program. Emacs will use the binaries from gnutls automatically if they are on your path since gnutls-cli is the first program to try in the default values of tls-program.

    I suggest using gnutls before trying openssl, it probably comes first in the defaults for a reason.

提交回复
热议问题