From owner-svn-ports-all@freebsd.org Fri Jul 20 21:34:02 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2BF3310532E3; Fri, 20 Jul 2018 21:34:02 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from xse.com (xse.com [IPv6:2607:f2f8:abb8::3]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "xse.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9B7838E1FD; Fri, 20 Jul 2018 21:34:01 +0000 (UTC) (envelope-from leres@freebsd.org) Received-SPF: pass (dot.xse.com: authenticated connection) receiver=dot.xse.com; client-ip=2001:558:6045:10:9084:9e0:4b6d:eb99; helo=ice.alameda.xse.com; envelope-from=leres@freebsd.org; x-software=spfmilter 2.001 http://www.acme.com/software/spfmilter/ with libspf2-1.2.10; Received: from ice.alameda.xse.com (ice.xse.com [IPv6:2001:558:6045:10:9084:9e0:4b6d:eb99]) (authenticated bits=0) by dot.xse.com (8.15.2/8.15.2) with ESMTPSA id w6KLXv8F094602 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 20 Jul 2018 14:33:59 -0700 (PDT) (envelope-from leres@freebsd.org) X-Authentication-Warning: dot.xse.com: Host ice.xse.com [IPv6:2001:558:6045:10:9084:9e0:4b6d:eb99] claimed to be ice.alameda.xse.com Subject: Re: svn commit: r474921 - in head: Mk/Uses mail/thunderbird mail/thunderbird-i18n mail/thunderbird/files From: Craig Leres To: Jan Beich , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201807190000.w6J00qBe015713@repo.freebsd.org> <2841ae42-b86a-7b57-f074-05892e92ec16@freebsd.org> Message-ID: <46338f9e-4f84-9cf6-2a3a-ac92e2c07a53@freebsd.org> Date: Fri, 20 Jul 2018 14:33:56 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <2841ae42-b86a-7b57-f074-05892e92ec16@freebsd.org> Content-Language: en-US X-Virus-Scanned: clamav-milter 0.100.1 at dot.xse.com X-Virus-Status: Clean Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2018 21:34:02 -0000 On 7/20/18 7:37 AM, Craig Leres wrote: > How do font preferences work in 60.0? So to answer my own question: differently. More specifically, you need to create chrome/userChrome.css in your thunderbird profile directory (e.g. ~/.thunderbird/0em82pff.default/chrome/userChrome.css) with a magic @namespace line as per: http://kb.mozillazine.org/UserChrome-example.css http://kb.mozillazine.org/Pane_and_menu_fonts and some css; I've attached what I'm using now as a working example. Be careful when doing cut-n-paste from webpages, when I did it there was an un-closed comment that kept my first attempts from working. Craig