From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/15699 Path: news.gmane.org!not-for-mail From: Charles Philip Chan Newsgroups: gmane.emacs.gnus.user Subject: Re: How to have 'mailto' (clicking addresses) open a new email in Gnus? Date: Fri, 10 Aug 2012 15:13:48 -0400 Message-ID: <871ujetv9v.fsf@karnak.MagnumOpus.khem> References: <3400e3cc-f4d1-4050-8b71-9a88bf83bfdd@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4887807293945234831==" X-Trace: dough.gmane.org 1344626111 30898 80.91.229.3 (10 Aug 2012 19:15:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Aug 2012 19:15:11 +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 Aug 10 21:15:10 2012 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 1Szufj-0003OL-DF for gegu-info-gnus-english@m.gmane.org; Fri, 10 Aug 2012 21:14:59 +0200 Original-Received: from localhost ([::1]:36045 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szufi-0006NB-Ia for gegu-info-gnus-english@m.gmane.org; Fri, 10 Aug 2012 15:14:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:54116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szufg-0006Mv-1w for info-gnus-english@gnu.org; Fri, 10 Aug 2012 15:14:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Szufe-0000LT-V2 for info-gnus-english@gnu.org; Fri, 10 Aug 2012 15:14:55 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:40323) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szufe-0000LE-OO for info-gnus-english@gnu.org; Fri, 10 Aug 2012 15:14:54 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SzufT-0002mP-MA for info-gnus-english@gnu.org; Fri, 10 Aug 2012 21:14:43 +0200 Original-Received: from bas8-toronto01-1279493176.dsl.bell.ca ([76.67.132.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Aug 2012 21:14:43 +0200 Original-Received: from cpchan by bas8-toronto01-1279493176.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Aug 2012 21:14:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas8-toronto01-1279493176.dsl.bell.ca X-Face: G; Z,`sm>)4t4LB/GUrgH$W`!AmfHMj,LG)Z}X0ax@s9:0>0)B&@vcm{v-le)wng)?|o]D\Z}0:6X User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:zWz148zg5y8LqAkcyei19BwhAm4= 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:15699 Archived-At: --===============4887807293945234831== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Marius Hofert writes: > Sometimes, email addresses on websites are links, which, when clicked, > open a new email (with corresponding address) in the default email > program. I figured out that Firefox has a setting (Preferences -> > Applications -> mailto) but how can I set it to open a new email in > Gnus? You need a script and set Firefox's mailto handler to use it. For example: #!/bin/sh mailaddr=3D"`echo $1 | cut -d : -f 2`" emacsclient -n --eval "(compose-mail-other-frame \"$mailaddr\" \"$2\")" Charles =2D-=20 "I once witnessed a long-winded, month-long flamewar over the use of mice vs. trackballs...It was very silly." (By Matt Welsh) --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) iEYEARECAAYFAlAlXXYACgkQ3epPyyKbwPY9xQCfVsnc2fcPouzGOC8trKwbqRKK VEQAoJWbeDCwR/eaLPqvB8RnzeHqGmho =uBfE -----END PGP SIGNATURE----- --=-=-=-- --===============4887807293945234831== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ info-gnus-english mailing list info-gnus-english@gnu.org https://lists.gnu.org/mailman/listinfo/info-gnus-english --===============4887807293945234831==--