Re: Mutt tty problems on Mac OS X 10.5.4 and mutt 1.5.18
On Fri, Aug 22, 2008 at 07:10:18AM -0700, felix@xxxxxxxxxxx wrote:
> On Fri, Aug 22, 2008 at 09:30:27AM -0400, Marc Vaillant wrote:
> > I don't understand why there are so many problems? Are you using the
> > macports install? The following macports install:
> >
> > sudo port install mutt-devel +debug+gdbm+headercache+imap+pop+ssl
> >
> > works out of the box for me on 10.5.4. No issues at all running it in a
> > Terminal, nor in a gnu screen session in Terminal.
>
> This is my first Mac experience. I just used the mutt that runs when
> I type "mutt" -- I have been assuming it's part of the OS X 10.5.4
> release.
Ok, if macports isn't installed on your machine, you need to install it.
It's a software management system:
http://www.macports.org/install.php
Once it's installed, all you need to do is type
sudo port install mutt-devel
and it will download mutt and all it's dependencies, compile them and
install. I use imap with ssl and headercache so I also include those
variants and instead type:
sudo port install mutt-devel +gdbm+headercache+imap+ssl
Best,
Marc