From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sivaram Neelakantan Newsgroups: gmane.emacs.help Subject: Re: html image rendering not working Win Emacs 24.4 (eww and gnus) Date: Fri, 23 Jan 2015 17:28:17 +0530 Message-ID: <87twzhyahy.fsf@gmail.com> References: <87sif7jxkr.fsf@gmail.com> <831tmrzbde.fsf@gnu.org> <87r3uq8zm6.fsf@gmail.com> <83fvb6y6lk.fsf@gnu.org> <87bnltmm3r.fsf@gmail.com> <83sif5wdqq.fsf@gnu.org> <8761c034u9.fsf@gmail.com> <838ugww205.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422014330 18660 80.91.229.3 (23 Jan 2015 11:58:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Jan 2015 11:58:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 23 12:58:46 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YEcsu-0002Ok-8z for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Jan 2015 12:58:44 +0100 Original-Received: from localhost ([::1]:58289 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEcst-0002yX-RT for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Jan 2015 06:58:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58490) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEcsi-0002xa-26 for help-gnu-emacs@gnu.org; Fri, 23 Jan 2015 06:58:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YEcse-00055C-Lz for help-gnu-emacs@gnu.org; Fri, 23 Jan 2015 06:58:31 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:38674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YEcse-000551-FQ for help-gnu-emacs@gnu.org; Fri, 23 Jan 2015 06:58:28 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YEcsc-0002DZ-RI for help-gnu-emacs@gnu.org; Fri, 23 Jan 2015 12:58:27 +0100 Original-Received: from 122.172.241.138 ([122.172.241.138]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jan 2015 12:58:26 +0100 Original-Received: from nsivaram.net by 122.172.241.138 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 23 Jan 2015 12:58:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 122.172.241.138 User-Mail-Address: nsivaram.net@gmail.com User-Agent: Gnus/5.130011 (Ma Gnus v0.11) Emacs/24.4 (windows-nt) Cancel-Lock: sha1:QLr7yzAfwbbrxuMg+7+z3j3LaF8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102226 Archived-At: On Wed, Jan 21 2015,Eli Zaretskii wrote: >> From: Sivaram Neelakantan >> Date: Wed, 21 Jan 2015 14:09:26 +0530 [snipped 6 lines] >> Right, got it working after reading up a bit. Apparently, it was >> simple as setting the following >> >> (setq gnutls-log-level 1) ;; just in case it borks for some sites >> (setq gnutls-trustfiles >> '("c:/cygwin/usr/ssl/certs/ca-bundle.trust.crt" >> "c:/cygwin/usr/ssl/certs/ca-bundle.crt")) >> With the gnutls stuff working, am I to understand that I no longer need msmtp as MTA to connect to gmail and send emails and can use smtpmail? (setq smtpmail-stream-type 'ssl) (setq smtpmail-smtp-server "smtp.gmail.com") (setq smtpmail-smtp-service 465) along with a .authinfo file, should be enough? [snipped 22 lines] sivaram --