diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2003-04-12 13:50:34 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2003-04-12 13:50:34 +0000 |
commit | 81417336a1428cbf75dc63128f51e46edf29460e (patch) | |
tree | f18278547975e07f22dd41e74a54e9389f61389c /mail/mew3/PLIST | |
parent | c3836a28a76182747d51679512d42e0e14e38a29 (diff) | |
download | pkgsrc-81417336a1428cbf75dc63128f51e46edf29460e.tar.gz |
Update to 3.2.
Changes since 3.1 are:
* If SSL/SSH is used for message retrieval by POP/IMAP/NNTP,
it is notified in mode line ("Sec" or a lock image).
* Supporting Emacs 21.3's native UTF-8.
* Translation between Latin 0 and Latin 1.
* A certificate of an SSL server can be verified. For this, "stunnel"
v3 and v4 are supported and support for "openssl s_client" is
obsoleted.
* Supporting X-Face: on Emacs 21. To use X-Face: on any Emacsen,
install "uncompface" command and the "netpbm" package.
* Obsoleting the following variables:
mew-noreplyto-to-list
mew-noreplyto-cc-list
mew-replyto-to-list
mew-replyto-cc-list
mew-fromme-to-list
mew-fromme-cc-list
And defining the following variables:
mew-reply-all-alist
mew-reply-sender-alist
mew-reply-fromme-alist
This change enables support for NetNews and non-standard fields
such as Mail-Folloup-To:.
* New commands in Summary mode.
"\", "m\", "m/"
* Many bug fixes.
Diffstat (limited to 'mail/mew3/PLIST')
-rw-r--r-- | mail/mew3/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/mew3/PLIST b/mail/mew3/PLIST index ee0b3fc3111..266dbcd791d 100644 --- a/mail/mew3/PLIST +++ b/mail/mew3/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/11 15:29:59 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/04/12 13:50:34 uebayasi Exp $ +bin/incm bin/mewcat bin/mewdecode bin/mewencode @@ -8,6 +9,7 @@ info/mew.info info/mew.info-1 info/mew.info-2 info/mew.info-3 +info/mew.info-4 @exec ${INSTALL_INFO} --info-dir=%D/info %D/info/mew.info share/mew/Mew.img share/mew/Mew.png @@ -35,6 +37,7 @@ share/mew/mew-cite.xpm share/mew/mew-comp.xpm share/mew/mew-forward.xpm share/mew/mew-inc.xpm +share/mew/mew-lock.xpm share/mew/mew-next.xpm share/mew/mew-pgp-enc.xpm share/mew/mew-pgp-sigenc.xpm @@ -48,6 +51,7 @@ share/mew/mew-sep.xpm share/mew/mew-show.xpm share/mew/mew-write.xpm share/mew/mew-yank.xpm +man/man1/incm.1 man/man1/mewcat.1 man/man1/mewdecode.1 man/man1/mewencode.1 @@ -112,6 +116,7 @@ ${EMACS_LISPPREFIX}/mew/mew-imap.elc ${EMACS_LISPPREFIX}/mew/mew-key.el ${EMACS_LISPPREFIX}/mew/mew-key.elc ${EMACS_LISPPREFIX}/mew/mew-lang-jp.el +${EMACS_LISPPREFIX}/mew/mew-lang-latin.el ${EMACS_LISPPREFIX}/mew/mew-local.el ${EMACS_LISPPREFIX}/mew/mew-local.elc ${EMACS_LISPPREFIX}/mew/mew-mark.el |