From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16194 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: defining external http viewer for GNUS Date: Tue, 02 Apr 2013 15:46:40 +0200 Message-ID: <87a9phyri7.fsf@thinkpad.tsdh.de> References: <87y5d1mblj.fsf@krugs.de> 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 1364910430 6490 80.91.229.3 (2 Apr 2013 13:47:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 2 Apr 2013 13:47:10 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Apr 02 15:47:36 2013 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 1UN1Ym-0000CX-0m for gegu-info-gnus-english@m.gmane.org; Tue, 02 Apr 2013 15:47:36 +0200 Original-Received: from localhost ([::1]:60930 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN1YN-00017B-6h for gegu-info-gnus-english@m.gmane.org; Tue, 02 Apr 2013 09:47:11 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57131) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN1YI-000171-Oh for info-gnus-english@gnu.org; Tue, 02 Apr 2013 09:47:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN1YG-0004BL-Ql for info-gnus-english@gnu.org; Tue, 02 Apr 2013 09:47:06 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:50230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN1YG-00049p-Il for info-gnus-english@gnu.org; Tue, 02 Apr 2013 09:47:04 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UN1YY-0008QR-Ej for info-gnus-english@gnu.org; Tue, 02 Apr 2013 15:47:22 +0200 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Apr 2013 15:47:22 +0200 Original-Received: from tsdh by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Apr 2013 15:47:22 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 39 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:tKqh2hunBVPD0Im0raOPV+cjKM4= 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:16194 Archived-At: Rainer@krugs.de (Rainer M. Krug) writes: Hi Rainer, > I would like to use an external viewer (conqueror) to view html emails > from time to time, but I would not like to change my emacs default > viewer (x-www-browser). Is there a way of defining one (conqueror in > my case) only for gnus? Is this what you are looking for? ,----[ C-h k K H ] | gnus-article-browse-html-article is an interactive compiled Lisp function in | `gnus-art.el'. | | (gnus-article-browse-html-article &optional ARG) | | View "text/html" parts of the current article with a WWW browser. | Inline images embedded in a message using the cid scheme, as they are | generally considered to be safe, will be processed properly. | The message header is added to the beginning of every html part unless | the prefix argument ARG is given. | | Warning: Spammers use links to images (using the http scheme) in HTML | articles to verify whether you have read the message. As | `gnus-article-browse-html-article' passes the HTML content to the | browser without eliminating these "web bugs" you should only | use it for mails from trusted senders. | | If you always want to display HTML parts in the browser, set | `mm-text-html-renderer' to nil. | | This command creates temporary files to pass HTML contents including | images if any to the browser, and deletes them when exiting the group | (if you want). `---- Bye, Tassilo