From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17545 Path: news.gmane.org!not-for-mail From: Bernardo Newsgroups: gmane.emacs.gnus.user Subject: Re: rendering HTML: how to disable Date: Fri, 03 Apr 2015 22:50:52 +1100 Message-ID: <87fv8ho2g3.fsf@pobox.com> References: <87r3wlhjui.fsf@debian.uxu> <874mthpw8x.fsf@deb.home.net> <87lhi9oc2l.fsf@pobox.com> <87619dy1oc.fsf@topper.koldfront.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1428062018 20077 80.91.229.3 (3 Apr 2015 11:53:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 3 Apr 2015 11:53:38 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Apr 03 13:53:30 2015 Return-path: Envelope-to: gegu-info-gnus-english@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 1Ye0AD-0004Q2-HC for gegu-info-gnus-english@m.gmane.org; Fri, 03 Apr 2015 13:53:29 +0200 Original-Received: from localhost ([::1]:33724 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ye0AC-00079T-TI for gegu-info-gnus-english@m.gmane.org; Fri, 03 Apr 2015 07:53:28 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ye0AA-00079D-9k for info-gnus-english@gnu.org; Fri, 03 Apr 2015 07:53:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ye0A6-0008HB-9J for info-gnus-english@gnu.org; Fri, 03 Apr 2015 07:53:26 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:39275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ye0A6-0008GV-2N for info-gnus-english@gnu.org; Fri, 03 Apr 2015 07:53:22 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ye0A3-0004LK-Rb for info-gnus-english@gnu.org; Fri, 03 Apr 2015 13:53:20 +0200 Original-Received: from 33.111.70.115.static.exetel.com.au ([115.70.111.33]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Apr 2015 13:53:19 +0200 Original-Received: from bernardo.bacic by 33.111.70.115.static.exetel.com.au with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Apr 2015 13:53:19 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 66 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 33.111.70.115.static.exetel.com.au User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:Z8oe/BE/wBlxXvLLXKxzjZsiiwU= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 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: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17545 Archived-At: > >> i still have an HTML formatted email which when opened makes >> connections on the web; > > If you are using 'shr' to show HTML (the (new(ish)) default, check the > variable mm-text-html-renderer), this variable should govern in which > groups images are fetched automatically: > > ,----[ C-h v gnus-blocked-images RET ] > | gnus-blocked-images is a variable defined in `gnus-art.el'. > | Its value is gnus-block-private-groups > | > | Documentation: > | Images that have URLs matching this regexp will be blocked. > | This can also be a function to be evaluated. If so, it will be > | called with the group name as the parameter, and should return a > | regexp. > | > | You can customize this variable. > | > | This variable was introduced, or its default value was changed, in > | version 24.1 of Emacs. > `---- > > The default 'gnus-block-private-groups is to not fetch images in > "private groups" (i.e. only in "regular" newsgroups). > > So maybe you are using something else - like w3m? In that case you might > want check what mm-w3m-safe-url-regexp is set to. > > [...] > >> mm-discouraged-alternatives is a variable defined in `mm-decode.el'. >> Its value is ("text/html" "text/richtext" "image/.*") >> Original value was nil > > I guess this doesn't help much if the only type the email contains is > "text/html" - 'discouraged' means "not preferred", rather than "not > chosen for display at all", I think. > looks like both settings are pretty standard: gnus-blocked-images is a variable defined in `gnus-art.el'. Its value is gnus-block-private-groups mm-text-html-renderer is a variable defined in `mm-decode.el'. Its value is shr from memory, i think Thunderbird can "wash" HTML emails and prevent such leaking of user's reading habits but i stopped using for other reasons a quick look at gnus-block-private-groups didn't reveal why it's not behaving as expected guess i'll need to spend a bit more time trying to figure out how to tackle this thanks anyway -- Rgds, Bernardo