From owner-freebsd-questions@FreeBSD.ORG Wed Mar 15 13:55:35 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5B6016A458 for ; Wed, 15 Mar 2006 13:55:35 +0000 (UTC) (envelope-from chandanh@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0370C43D45 for ; Wed, 15 Mar 2006 13:55:34 +0000 (GMT) (envelope-from chandanh@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so120864nzo for ; Wed, 15 Mar 2006 05:55:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:organization:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=S6bedFifqqUK45c4jyfqa2rlzSnDEJ9YjAPIMos+VHbI9bf2iPDu+4dNUo6qqum4zDK5jbxI3m4/tXdIoqlWtGw/8m0J/llZR3FPpkPiYa54GXErE/j6MnpHLNgHTXI4Y1GVtBJtVTmW8WLvYWAfqie9jJlg7DcmeaeYUaWbtmI= Received: by 10.36.7.7 with SMTP id 7mr20414nzg; Wed, 15 Mar 2006 05:55:34 -0800 (PST) Received: from ?192.168.0.100? ( [61.95.193.13]) by mx.gmail.com with ESMTP id 40sm468398nzf.2006.03.15.05.55.32; Wed, 15 Mar 2006 05:55:34 -0800 (PST) Message-ID: <44181E53.2030804@gmail.com> Date: Wed, 15 Mar 2006 19:31:55 +0530 From: Chandan Haldar Organization: TISRA User-Agent: Mozilla Thunderbird 1.0.6 (X11/20060226) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alex Zbyslaw References: <4417AEF3.1010909@mail.ru> <4417BBC9.4070505@greenmeadow.ca> <4417D738.2060202@mail.ru> <4417DD5E.5040308@greenmeadow.ca> <441812AE.3060209@dial.pipex.com> In-Reply-To: <441812AE.3060209@dial.pipex.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Thunderbird + Mozilla Suite X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Mar 2006 13:55:35 -0000 I routinely use firefox 1.0.7 and thunderbird 1.0.6 on FreeBSD 6.0 Release (both built from the ports in the ISO images). They work quite nicely together. Clicking URLs in mails in thunderbird brings up the page in firefox in a new tab. Clicking mailto: links in a webpage in firefox opens a mail composer window in thunderbird. If the other program isn't running already, it's started automatically. I didn't do anything special to tell firefox and thunderbird about each other. As far as I could see during the build process, they have a whole lot of common code of the mozilla platform, but these are bundled independently in each source tarball and built separately by each one with no shared binaries anywhere during the build process. The installations seem to be located differently for firefox and for thunderbird in the following directories respectively: /usr/X11R6/lib/thunderbird/lib/thunderbird-1.0.6/ and /usr/X11R6/lib/firefox/ I could be wrong, but this suggests to me that I can probably install thunderbird 1.5 without clobbering my thunderbird 1.0.6 installation, while installing firefox 1.5 will probably clobber my firefox 1.0.7 installation. In any case my 1.5 builds fail. Chandan Alex Zbyslaw wrote: > Duane Whitty wrote: > >> (Aside: I thought the mozilla-suite built in email program was >> essentially thunderbird? >> I hope I was correct when I assumed you were using mozilla and not >> firefox?) > > > A bit OT, but you asked :-) AFAIK, Mozilla's email and Thunderbird > share some kind of underlying codebase but at the very least the > look-and-feels are quite different. Having said that, I use mozilla > mail daily with nary a hiccup, but the last time I tried Thunderbird > (say 6 months ago) all it did was core dump. Couldn't reply to an > email, couldn't browse large folders and I gave up at that point. So, > while at some level they may be "the same", at least in the past they > were different enough to matter. > > Mozilla mail and Thunderbird do not share executables; it's just the > source that the executables are compiled from should be somewhat shared.