> From: Sarir Khamsi <sarir.kha...@raytheon.com> > Date: Fri, 07 Jun 2013 16:51:05 -0700 > > I'm having problems getting Gnus working to read mail in Emacs 24.3.1 on > Windows 7. Does anyone have a working configuration they can share? > > What I have now is (with myComputer replaced with the real deal): > > (require 'gnutls nil t) > (setq gnus-secondary-select-methods > '((nnimap "tu2" > (nnimap-address "myComputer.com") > (nnimap-server-port 993)))) > > and I get > > Warning: Unable to open server nnimap+myComputer.com due to: > Buffer *nnimap myComputer.com nil *nntpd** has no process; > Opening nnimap server on tu2...failed: ; Server nnimap+tu2 previously > determined to be down; not retrying; Opening nnimap server on > tu2...failed: ; Unable to open server nnimap+tu2 due to: Buffer *nnimap > myComputer.com 993 *nntpd** has no process > > in the *Message* buffer. Thanks.
Do you have the gnutls DLLs installed where Emacs can find them? What does M-: (gnutls-available-p) RET display?