Re: Mutt on Macbook
On Sat, Dec 20, 2008 at 08:10:39AM -0500, Joseph wrote:
> On 12/19/08, Marc Vaillant wrote:
> > On Fri, Dec 19, 2008 at 06:56:38PM -0500, Joseph wrote:
> > > Getting started with a Mac and being spoiled with Debian,
> > >
> > > I tried Macports to get mutt.
> > >
> > > But I got an old version.
> > >
> > > How do I get a current copy, and how do I stay current on it?
> > >
> >
> >
> > port install mutt-devel
> >
> > That will get you 1.5.18
> >
> > In general, I think that you will find that macports packages are better
> > maintained than fink.
>
> Great, thanks for the answers. In case someone else is learning, it
> seems you need to do sudo port install mutt-devel +imap +headercache +ssl
>
> Note the spaces needed.
Sorry, typo. Space should only be needed between the package name and
the variants:
sudo port install mutt-devel +imap+headercache+ssl
Marc