From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8249 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: gmail from gnus Date: Wed, 22 Nov 2006 16:04:01 +0000 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164213675 9582 80.91.229.2 (22 Nov 2006 16:41:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Nov 2006 16:41:15 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed Nov 22 17:41:13 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gmv9W-0001K3-Lo for gegu-info-gnus-english@m.gmane.org; Wed, 22 Nov 2006 17:40:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gmv9W-0006rA-7S for gegu-info-gnus-english@m.gmane.org; Wed, 22 Nov 2006 11:40:50 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 42 Original-X-Trace: news.albasani.net 4aTS3Ha9otJh4ixnw4KaQVUzSSKGfFsOZvZ87ySMDEBFlSqiujbtsdtOqqTS3eLTe/IE0d8Pg59Erti7RP32PA== Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Wed, 22 Nov 2006 16:04:08 +0000 (UTC) X-User-ID: voYpCn183C8qXsIAX/CpuBHrReUYr6cNBYIZY+STznM= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:IjpGpsYldtJRh6ubVlWPvmwdoi8= User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) X-NNTP-Posting-Host: OOiZtK9LniWP06tjqRMdc7Iw3hkm3t4ByKmARCDThf4= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:78434 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8249 Archived-At: On 21 Nov 2006, raherh@gmail.com wrote: > Ted Zlatanov writes: > >>> I understood if I use GnuTLS then starttls-program is not used but >>> GnuTLS program gnu-cli in starttls-use-gnutls function. Should I set >>> starttls-program? >> >> This is probably the problem. I use starttls: >> >> starttls (starttls) 0.10 >> Copyright (C) 1999 Free Software Foundation, Inc. >> >> and it works for me. Maybe someone that uses GnuTLS can help you? > > Actually I don't mind what to use. What should I change to start > communicate with gmail via starttls instead of gnutls-cli? 1) Install starttls and set the location in starttls-program 2) Set starttls-use-gnutls to nil (should be automatic after (1)) > They're this way. > > starttls-gnutls-program gnutls-cli > stgarttls-program starttls > starttls-use-gnutls t > > I'm afraid gnutls won't work with emacs and on windows, at least from > the Message-ID: <87mz8t455l.fsf@latte.josefsson.org> thread on > gmane.network.gnutls.general. OK, I don't know GnuTLS so I can't help you with that. if (executable-find starttls-program) returns nil AFTER you've done (1) above, the installation didn't work or you've set the starttls-program variable to the wrong thing. A common problem on Windows is that the '\' character in paths needs to be escaped, but you can usually use '/' instead. good luck Ted