Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2009 15:43:24 +0200
From:      Frank Steinborn <steinex@nognu.de>
To:        Christian Grube <seraphyn@seraphyn.deveth.org>
Cc:        questions@freebsd.org
Subject:   Re: mutt with muttprofile and GnuPG-Support
Message-ID:  <20090730134324.GA961@nognu.de>
In-Reply-To: <20090728164933.GA23065@deveth.org>
References:  <20090728164933.GA23065@deveth.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Christian Grube wrote:
> Hi,
> 
> I was wondering, why there is no IMAP/SMTP-Support in mutt
> or mutt-devel. I have had mutt-ng and muttprofile on my debianbox
> and it works like a charm.
> Is there a small hint for me to provide the same functionality under
> FreeBSD 8?
> Greetings Chris

For IMAP you don't have to set an extra knob, however, you definitely
want IMAP header caching (WITH_MUTT_IMAP_HEADER_CACHE). For SMTP, you
need to set WITH_MUTT_SMTP. GPG doesn't need an extra knob too.

So to install with the above options set, use in mail/mutt-devel:
make -DWITH_MUTT_IMAP_HEADER_CACHE -DWITH_MUTT_SMTP install clean

See /usr/ports/mail/mutt-devel/Makefile for more options you can set.

BTW, i think the "stable" Mutt does not support IMAP at all, you'd
have to use an extra fetchmail or whatever. However, virtually
everyone wants to use mutt-devel anyway.

HTH,
Frank



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090730134324.GA961>