diff options
-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 |