Subject: Re: nmh versus emacs mh-e?
To: Jonathan Stone <jonathan@DSG.Stanford.EDU>
From: Michael K. Sanders <msanders@aros.net>
List: current-users
Date: 05/13/1998 17:57:11
In message <199805132340.QAA03223@Cup.DSG.Stanford.EDU>, Jonathan Stone writes:
>
>The NetBSD integration moves mhl and inc and the nmh config files
>around. Even native nmh doens't quite match how mh-e uses mh,
>but with the NetBSD integrated nmh, the recommended workaround
>doesn't work, at least for me. Has anyone gotten it to work?
It took some searching of the elisp files, but settting the
following got it to work for me (using PREFIX=/usr/local, change
as necessary):
(setq mh-progs "/usr/local/bin")
(setq mh-lib "/usr/local/libexec/nmh")
:: Mike ::