On Thu 24.Jan'08 at 15:36:11 +0000, c4c4@xxxxxxxxxxx wrote:
Recently, I switched from and older MacBook Pro to a new MacBook using Apple's Migration Assistant. All User issues went well, but unix issues did not fair so well. One of which was my mutt setup which had worked for years, and even many months under Leopard. Now I get the following when I attempt to evoke mutt: -bash: mutt: command not found Could someone walk me through this slowly? I have some unix background, but it's been quite a while since I've configured mutt.
All this means is that mutt is somehow no longer in your path. Try: sudo /usr/libexec/locate.updatedb; locate mutt | grep bin