[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nmh-workers] FreeBSD Upgrade Destroyed mhamhedit.
From: |
Ken Hornstein |
Subject: |
Re: [Nmh-workers] FreeBSD Upgrade Destroyed mhamhedit. |
Date: |
Wed, 18 Jan 2012 09:31:46 -0500 |
> I am writing this on a system that is still in
>FreeBSD8.x so everything still works but after upgrading a
>system to FreeBSD9.0, I got the following show-stopper the first
>time I replied to a message:
mha-mhedit isn't technically part of nmh, but the author of it is on
this list. But a quick google on that error message leads me to believe
that if you change:
if (!defined(%Index2MsgId)) {
to
if (! %Index2MsgId)) {
Things should work fine.
--Ken