From owner-freebsd-questions@FreeBSD.ORG Sun Dec 22 11:02:00 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 361125BC for ; Sun, 22 Dec 2013 11:02:00 +0000 (UTC) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF9A61472 for ; Sun, 22 Dec 2013 11:01:59 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hq4so5309046wib.14 for ; Sun, 22 Dec 2013 03:01:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=wPRB0o6G7X4I28EMayyVj9RQg2bd2RfcLZnnpEG282o=; b=KTfIkdiHHuHl5z/YgLYOsWPwghZm7fnIT0+Q8Ia3MvwHBzCxfSMwAVl0+mGl39QmUt sfbnlfjgs7Ip/a470bTg8qWL9yyTAdhOJB28veHAZdRpD35e2moJnl+U+AoE7sFLNSH/ PCMU2HeZxWDluIs0VDq/dxvnr3U8C4Pc1J41jSXdQ5nXDvonPCKldtulB7ZWOkoxgnBw JmfhbELbOE88q/+jGmqsUNy2WM030idquAJXCO2gGJ1zmbdshk4taqsbIi3oiC40R9Ma mmTSkobo3oCGXu6u/+lHww3C0xVOdjGWmhcS1qrg85Nka44Y89VnZqpcvB/3n7KXYTdJ ApmA== X-Received: by 10.180.84.166 with SMTP id a6mr14368190wiz.49.1387710118188; Sun, 22 Dec 2013 03:01:58 -0800 (PST) Received: from kontrol.kode5.net (kontrol.kode5.net. [80.229.5.32]) by mx.google.com with ESMTPSA id x9sm7061579wjf.11.2013.12.22.03.01.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 22 Dec 2013 03:01:57 -0800 (PST) Message-ID: <52B6C6A4.1010709@gmail.com> Date: Sun, 22 Dec 2013 11:01:56 +0000 From: James Griffin User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: FreeBSD Questions Subject: Re: Lightning (For Thunderbird) References: <52B5AA90.9020703@gmail.com> <52B5AD78.6060400@FreeBSD.org> <52B5AE72.7060409@gmail.com> <20131222115842.31fafe69@kalimero.tijl.coosemans.org> In-Reply-To: <20131222115842.31fafe69@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Dec 2013 11:02:00 -0000 On 12/22/2013 10:58, Tijl Coosemans wrote: > On Sat, 21 Dec 2013 15:06:26 +0000 James Griffin wrote: >> On 12/21/2013 15:02, Matthew Seaman wrote: >>> On 21/12/2013 14:49, James Griffin wrote: >>>> I wanted to install Lightning from ports for use with Thunderbird but it >>>> appears there no longer is a port for this software. Is this the case; >>>> and if so, will there be at some point in the near future? >>> It's included by default with mail/thunderbird already. >> Yeah I thought so, but even though I selected that option from make >> config, it's not on my Thunderbird. So I thought it must be a separate >> port, and Thunderbird is compiled with support for it to be added. > Can you see the add-on under the menu Tools->Addons and is it enabled? Ah! yes, I see it now. Thank you, I don't know why I was unable to find that. Thanks for your help.