From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-95592-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1M7F8Q-0001To-2F
	for garchives@archives.gentoo.org; Thu, 21 May 2009 20:45:02 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1B16DE0484;
	Thu, 21 May 2009 20:45:01 +0000 (UTC)
Received: from mail-fx0-f219.google.com (mail-fx0-f219.google.com [209.85.220.219])
	by pigeon.gentoo.org (Postfix) with ESMTP id D54C3E0484
	for <gentoo-user@lists.gentoo.org>; Thu, 21 May 2009 20:45:00 +0000 (UTC)
Received: by fxm19 with SMTP id 19so1204061fxm.34
        for <gentoo-user@lists.gentoo.org>; Thu, 21 May 2009 13:45:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from
         :user-agent:mime-version:to:subject:references:in-reply-to
         :content-type:content-transfer-encoding;
        bh=f/lwPLIgZS4dl4PyTCKYX/F+GK47Rl2a7sEnpB+WRlg=;
        b=vadVtKd1V6JjVf/uviFlTjXGZM7yCyHCt1ZUn2fqz7C2CfK1As7FQcTwbb9a2a6aas
         d88h2MLM2KVHWUUIpsDcwt86PjL6+lXEZEBIssvys/yq++Pft4ndtOw7SvO+c1uP2pYP
         c9okdMaD2xBPhvXGiJwwZp5N7LL2enevDYBIc=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:user-agent:mime-version:to:subject:references
         :in-reply-to:content-type:content-transfer-encoding;
        b=X1F72lNeaKsUPD44+V442V4hBTbELXIQENnvmDyXI00MkURwlGeHFZxbzZJ7htBe+Q
         EQBg0TTIcGK4PfmYejZP3YThYSovcY0FQwOgvsrp0d0luIHQclTiTZ+9cwgKSx6Nx+oB
         xCY80q2VaqjWm+rz2ZXTok0D6EKvLCBmCQyzo=
Received: by 10.103.189.18 with SMTP id r18mr1581742mup.80.1242938699846;
        Thu, 21 May 2009 13:44:59 -0700 (PDT)
Received: from ?192.168.1.63? (193-144.5-85.cust.bluewin.ch [85.5.144.193])
        by mx.google.com with ESMTPS id w5sm5880511mue.4.2009.05.21.13.44.58
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Thu, 21 May 2009 13:44:59 -0700 (PDT)
Message-ID: <4A15BD48.9010101@gmail.com>
Date: Thu, 21 May 2009 22:44:56 +0200
From: Laurent lejeune <olol85@gmail.com>
User-Agent: Thunderbird 2.0.0.21 (X11/20090426)
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] firefox - thunderbird integration
References: <4A15AB16.5010304@gmail.com> <4A15ADB3.8090301@gmail.com>
In-Reply-To: <4A15ADB3.8090301@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Archives-Salt: e4f2babe-eadc-4a02-af57-8815f5e1c81e
X-Archives-Hash: 3f76e08c6c1a72be21891c6790c68607

Joachim wrote:
> Laurent lejeune pisze:
>> Hi everyone!
>>
>> I've been recently trying to make firefox and thunderbird work well 
>> together, i.e
>>
>>   1. make mailto links from firefox launch thunderbird
>>   2. make url from thunderbird open in firefox
>>
> After reading
>
> http://www.zulustips.com/2007/03/28/forcing-thunderbird-to-open-links-in-firefox.html 
>
>
> I found out I can do this by going to preferences->advanced "General" 
> tab, click settings editor and add following settngs ( string type):
>
> |network.protocol-handler.app.ftp
> network.protocol-handler.app.http||||
> network.protocol-handler.app.https|
>
> as value set your Firefox path ( for all of them).||
>
>
i've checked that those entries are set to my firefox path 
(/usr/bin/firefox). The thing is , once again, that  thunderbird does 
it's job of launching firefox, but the page that opens is a *downloaded 
*version such as
file:///tmp/blabla.html
where i would like it to open the url.

btw, i've managed to fix the mailto problem, now firefox opens 
thunderbird just fine. I've did it the "newbie" way by going to the 
preference->Applications and adding a mailto entry. Though i'm sure that 
i already try doing that before, anyway...