|
软件名:mutt
版本:1.5.10
软件简介:老牌的Email客户端
补丁:assumed_charset
编写:
提交日期:06年04月13日
注:提供了未指定编码时邮件的默认编码的设置选项,对于UTF8的locale阅读GBK编码的邮件提供了便利。
PKGBUILD
- pkgname=mutt
- pkgver=1.5.10
- pkgrel=1
- pkgdesc="A small but very powerful text-based mail client"
- url="http://www.mutt.org/"
- depends=('ncurses' 'openssl')
- source=(ftp://ftp.mutt.org/mutt/devel/$pkgname-${pkgver}i.tar.gz
- http://www.emaillab.org/mutt/1.5.10/patch-$pkgver.tt+tamo.assumed_charset.2.gz)
- url="http://www.mutt.org/"
- build() {
- cd $startdir/src/$pkgname-$pkgver
- patch -p1 < ../patch-$pkgver.tt+tamo.assumed_charset.2
- ./configure --enable-pop --with-ssl --enable-locales-fix \
- --without-wc-funcs --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install
- rm -f $startdir/pkg/usr/bin/{flea,muttbug}
- }
复制代码
在配置文件中加入
set assumed_charset="GBK"
就可以了。这样china-pub等发来的邮件头就不会乱码了。 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|