From owner-freebsd-gecko@FreeBSD.ORG Mon Jul 2 11:24:51 2012 Return-Path: Delivered-To: freebsd-gecko@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B4C71065670 for ; Mon, 2 Jul 2012 11:24:51 +0000 (UTC) (envelope-from jbeich@tormail.org) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [63.143.36.210]) by mx1.freebsd.org (Postfix) with ESMTP id 2CD768FC0A for ; Mon, 2 Jul 2012 11:24:51 +0000 (UTC) Received: from spftor3.privacyfoundation.ch ([62.220.135.129]:50067 helo=internal.tormail.org) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.77) (envelope-from ) id 1SlekI-003xpy-G5; Mon, 02 Jul 2012 07:24:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tormail.org; s=tm; h=Message-Id:X-TorMail-User:Content-Type:MIME-Version:References:Date:In-Reply-To:Subject:Cc:To:From; bh=PbzhyQUYOXYee2wdKnDtUe/p+j59QVZE6UDgTIw3YS4=; b=o9SE9GccemeX9R0o11vLFypy+WeqmNsuR/JKgfIVCQOUGYm5T3EWvCUuRywh5Badv2rZeoUGs7HboNIEVf1Ny5jh2Oa0d2d8dQEHCJezF2dDDrrwVGVBHPRd33SIvFF2TmszwvHBTTCPFcOd6mooOnejJ76fGF4GzAWR3zl80JA=; Received: from jbeich by internal.tormail.org with local (Exim 4.63) (envelope-from ) id 1Sleie-000A6m-O0; Mon, 02 Jul 2012 11:23:05 +0000 From: Jan Beich To: Yuri In-Reply-To: <4FF14E3F.3010605@rawbw.com> (yuri@rawbw.com's message of "Mon, 02 Jul 2012 00:31:11 -0700") Date: Mon, 02 Jul 2012 08:23:22 -0300 References: <4FF14E3F.3010605@rawbw.com> MIME-Version: 1.0 Content-Type: text/plain X-TorMail-User: jbeich Message-Id: <1Sleie-000A6m-O0@internal.tormail.org> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - server2.allsitecontrol.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - tormail.org X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-gecko@FreeBSD.org Subject: Re: IMAP logging doesn't work in thunderbird X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jul 2012 11:24:51 -0000 Yuri writes: > When I run thunderbird with environment variables for IMAP logging > NSPR_LOG_MODULES=IMAP:4 NSPR_LOG_FILE=/home/yuri/imap.log thunderbird > empty log file is created but no logging is performed. > > What might be the reason? Unlike upstream builds[1] FreeBSD ports disable logging by default since LOGGING option first appeared in 2005. Try to toggle it. [1] probably mail/config/mozconfigs/linux64/release > > thunderbird-13.0.1 > > Thanks, > Yuri