From owner-freebsd-questions@FreeBSD.ORG Tue Oct 4 23:15:48 2005 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 604FB16A41F for ; Tue, 4 Oct 2005 23:15:48 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 997E643D46 for ; Tue, 4 Oct 2005 23:15:46 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from flame.pc (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j94NFXPn025784; Wed, 5 Oct 2005 02:15:37 +0300 Received: from flame.pc (flame [127.0.0.1]) by flame.pc (8.13.4/8.13.4) with ESMTP id j94NEdOk007344; Wed, 5 Oct 2005 02:14:39 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by flame.pc (8.13.4/8.13.4/Submit) id j94NEZcQ007343; Wed, 5 Oct 2005 02:14:35 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 5 Oct 2005 02:14:35 +0300 From: Giorgos Keramidas To: Bob Hall Message-ID: <20051004231435.GA7300@flame.pc> References: <20050109085346.D88A823EE65@ws5-4.us4.outblaze.com> <20050109132854.GD44181@gothmog.gr> <4342FEF2.6050803@cox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4342FEF2.6050803@cox.net> Cc: freebsd-questions@freebsd.org Subject: Re: Mutt weirdness 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: Tue, 04 Oct 2005 23:15:48 -0000 On 2005-10-04 18:15, Bob Hall wrote: > I did "portupgrade -ar" last night. When I tried to use mutt this > morning, it was behaving weirdly. Mutt wasn't one of the upgrades. Is your new mutt binary linked to libslang? You can check with ldd: $ ldd `which mutt` | grep -i slang $ I've seen some pretty silly effects whenever my mutt port was installed WITH_SLANG=yes. Now my pkgtools.conf file includes (among other things): MAKE_ARGS = { 'mail/mutt-devel*' => [ 'WITH_MUTT_NCURSES=YES', 'WITHOUT_MUTT_HTML=YES', 'WITHOUT_MUTT_SGMLFORMAT=YES', ], }