emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] GnuTLS support on Woe32


From: Christoph Scholtes
Subject: Re: [PATCH] GnuTLS support on Woe32
Date: Tue, 26 Apr 2011 19:50:58 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9

On 4/24/2011 7:35 PM, Ted Zlatanov wrote:

Please yell if it breaks things for you.  Also please test it on W32 and
I hope we can start shipping the binaries for that platform with the
GnuTLS support enabled.

I compiled the trunk with GnuTLS support on Windows 7. If I dont provide the dlls (libgnutls-26.dll, libgcrypt.dll etc.) Emacs issues an error message on startup ("Dll x not found.") and does not start at all.

Can we make it behave like for any of the graphics dll's, where the support might be enabled at compile time, but the dll must not necessarily be present to use Emacs at all?

Then, I am trying to use GnuTLS for receiving email with Gnus. How do configure Emacs to use GnuTLS? Is there any documentation?

This is my server configuration

(setq gnus-select-method
      '(nnimap "gmail"
                (nnimap-address "imap.gmail.com")
                (nnimap-stream starttls)
                (nnimap-server-port 993)))

Should this be enough or do I need to do anything else?

On M-x gnus Emacs hangs with the message "Opening connection to imap.gmail.com..." in the minibuffer and nothing happens.

Christoph



reply via email to

[Prev in Thread] Current Thread [Next in Thread]