4ca8c546ac
+ Enabled utf-8 mailbox support for IMAP. + New expandos %r and %R for comma separated list of To: and Cc: recipients respectively. + Improved support for internationalized email and SMTPUTF8 (RFC653[0-3]). ! $use_idn has been renamed to $idn_decode. + $idn_encode controls whether outgoing email address domains will be IDNA encoded. If your MTA supports it, unset to use utf-8 email address domains. + The S/MIME message digest algorithm is now specified using the option $smime_sign_digest_alg. Note that $smime_sign_command should be modified to include "-md %d". Please see contrib/smime.rc. + $reflow_space_quotes allows format=flowed email quotes to be displayed with spacing between them. ! multipart draft files are now supported. + The "-E" command line argument causes mutt to edit draft or include files. All changes made in mutt will be saved back out to those files. + $resume_draft_files and $resume_edited_draft_files control how mutt processes draft files. + For classic gpg mode, $pgp_decryption_okay should be set to verify multipart/encrypted are actually encrypted. Please see contrib/gpg.rc for the suggested value. ! mailto URL header parameters by default are now restricted to 'body' and 'subject'. + mailto_allow and unmailto_allow can be used to add or remove allowed mailto header parameters. ! The method of setting $hostname has been changed. Rather than scanning /etc/resolv.conf, the domain will now be determined using DNS calls.
28 lines
894 B
Makefile
28 lines
894 B
Makefile
# $NetBSD: Makefile,v 1.12 2016/04/09 09:46:26 tron Exp $
|
|
|
|
DISTNAME= mutt-kz-1.6.0.1
|
|
PKGNAME= ${DISTNAME:S/-rc/rc/}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://redcrew.org/pub/mutt-kz/v1.6.0.1/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= wiz@NetBSD.org
|
|
HOMEPAGE= https://kzak.redcrew.org/doku.php?id=mutt:start
|
|
COMMENT= Text-based MIME mail client with notmuch, PGP & S/MIME support
|
|
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3 # or newer
|
|
|
|
CONFIGURE_ARGS+= --enable-notmuch --enable-sidebar
|
|
|
|
# On case-insensitive file systems like on OS X, version.sh is used
|
|
# to re-create VERSION, and fails. Make sure VERSION is newer than
|
|
# version.sh to avoid this.
|
|
pre-build:
|
|
${TOUCH} ${WRKSRC}/VERSION
|
|
|
|
.include "../../mail/mutt/Makefile.common"
|
|
|
|
DEINSTALL_SRC= ${.CURDIR}/../../mail/mutt/DEINSTALL
|
|
INSTALL_SRC= ${.CURDIR}/../../mail/mutt/INSTALL
|
|
|
|
.include "../../mail/notmuch/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|