From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9170 Path: news.gmane.org!not-for-mail From: henry atting Newsgroups: gmane.emacs.gnus.user Subject: Re: mailto from iceweasel with gnus Date: Thu, 14 Jun 2007 07:45:50 +0200 Organization: 1&1 Internet AG Message-ID: <87ejkfrsvl.fsf@literaturlatenight.de> References: <87tztcmc5s.fsf@literaturlatenight.de> <87odjjvkuj.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1181803262 5283 80.91.229.12 (14 Jun 2007 06:41:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2007 06:41:02 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Jun 14 08:41:01 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hyj0q-0007bQ-4r for gegu-info-gnus-english@m.gmane.org; Thu, 14 Jun 2007 08:40:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hyj0p-0001nw-Nz for gegu-info-gnus-english@m.gmane.org; Thu, 14 Jun 2007 02:40:55 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsserver.news.garr.it!kanaga.switch.ch!switch.ch!news.belwue.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 24 Original-NNTP-Posting-Host: p57a087bb.dip0.t-ipconnect.de Original-X-Trace: online.de 1181799950 20783 87.160.135.187 (14 Jun 2007 05:45:50 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Thu, 14 Jun 2007 05:45:50 +0000 (UTC) User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux) Cancel-Lock: sha1:JSeKP5ZigTLOKpSWlRr2MaVJttA= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79353 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:9170 Archived-At: asjo@koldfront.dk (Adam Sjøgren) writes: > On Wed, 13 Jun 2007 11:33:35 +0200, henry wrote: > >> I cannot succeed in opening mailto clicks from iceweasel with gnus. >> More precise I can open them but not with the receiver address filled >> in. I did try it in several ways (using mozex), e.g. these two scripts: > > In case you use Gnome, like I do, here's what works for me: > > In the 'Preferred Applications' preference, I've put "Custom" > "mozmail.sh %s" as the Mail Reader. > > mozmail.sh is simply: > > #!/bin/bash > > /usr/bin/gnuclient -batch -eval "(mozmail \"$1\")" > Mmh, thanks, but I don't use neither gnome nor kde. On the other side I don't have emacs21, I'm running emacs23, which does not come along with gnuclient and the above solution does not work with emacsclient ;) henry