mutt having SMTP support is pretty cool. Having SASL support enabled would make it usable for a lot more users.
Index: Makefile =================================================================== RCS file: /cvs/ports/mail/mutt/snapshot/Makefile,v retrieving revision 1.42 diff -u -p -r1.42 Makefile --- Makefile 21 Jun 2007 17:26:29 -0000 1.42 +++ Makefile 4 Jul 2007 02:44:41 -0000 @@ -4,6 +4,7 @@ COMMENT= "tty-based e-mail client, devel VERSION= 1.5.16 DISTNAME= mutt-${VERSION} +PKGNAME= ${DISTNAME}p0 MASTER_SITES= ${MASTER_SITES_MUTT:=devel/} FLAVORS= idn sidebar @@ -13,8 +14,10 @@ AUTOCONF_VERSION=2.60 CONFIGURE_ARGS= --enable-smtp \ --mandir=${PREFIX}/man \ --enable-hcache \ - --without-gdbm + --without-gdbm \ + --with-sasl=${LOCALBASE} -LIB_DEPENDS= qdbm.>=14::databases/qdbm +LIB_DEPENDS= qdbm.>=14::databases/qdbm \ + sasl2::security/cyrus-sasl2 .include <bsd.port.mk>