Fix PORTREVISION.

Turn on Outlook compatibility by default.
This commit is contained in:
Clive Lin 2002-03-14 06:31:21 +00:00
parent 31970438e9
commit 857a47813e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56057
2 changed files with 6 additions and 1 deletions

View file

@ -9,7 +9,6 @@
CATEGORIES= chinese
MASTERDIR= ${.CURDIR}/../../mail/mutt-devel
PORTREVISION= 8
REVISEDATE= 20020218
MAINTAINER= ycheng@sinica.edu.tw
@ -21,6 +20,7 @@ PATCH_DIST_ARGS= -d ${WRKDIR} --quiet
WITH_MUTT_LOCALES_FIX= yes
WITH_MUTT_NCURSES= yes
WITH_MUTT_PGP_OUTLOOK_PATCH= yes
.if !defined(PACKAGE_BUILDING)
WITHOUT_MUTT_SGMLFORMAT= yes
.endif

View file

@ -11,3 +11,8 @@ Please execute the following command if you encounter problem with
legacy bbs:
echo "set bbsislame=yes" >> ~/.muttrc
If you have to send signed mail to outlook users, please execute the
following command:
echo "set pgp_outlook_compat=yes" >> ~/.muttrc