diff options
author | clive <clive@FreeBSD.org> | 2002-03-14 14:31:21 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2002-03-14 14:31:21 +0800 |
commit | 30c7e9a785da178979423f22d7aaa52217a16fb5 (patch) | |
tree | ebaf368aadd899fc1d647dc2ecc23e9a4876a72a /chinese/mutt | |
parent | 949ccf1388bba6b7de8083436824a1eb5b1f7bc5 (diff) | |
download | freebsd-ports-gnome-30c7e9a785da178979423f22d7aaa52217a16fb5.tar.gz freebsd-ports-gnome-30c7e9a785da178979423f22d7aaa52217a16fb5.tar.zst freebsd-ports-gnome-30c7e9a785da178979423f22d7aaa52217a16fb5.zip |
Fix PORTREVISION.
Turn on Outlook compatibility by default.
Diffstat (limited to 'chinese/mutt')
-rw-r--r-- | chinese/mutt/Makefile | 2 | ||||
-rw-r--r-- | chinese/mutt/pkg-message | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chinese/mutt/Makefile b/chinese/mutt/Makefile index a4d9db4b37ba..92c10afa9419 100644 --- a/chinese/mutt/Makefile +++ b/chinese/mutt/Makefile @@ -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 diff --git a/chinese/mutt/pkg-message b/chinese/mutt/pkg-message index d5b4cb2120b8..76f182cb1123 100644 --- a/chinese/mutt/pkg-message +++ b/chinese/mutt/pkg-message @@ -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 |