opnsense-ports/chinese/mutt/pkg-message
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
502 B
Text

Check the following lines in your ~/.muttrc if you're migrating from
mutt 1.2.x.
set charset=big5
set locale="zh_TW.Big5"
set send_charset="us-ascii:iso-8859-1:big5:gb2312:utf-8:x-unknown"
charset-hook us-ascii big5
charset-hook iso-8859-1 big5
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