diff options
author | itojun <itojun> | 2001-04-10 00:24:46 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-04-10 00:24:46 +0000 |
commit | 0b102a1cade642678b0a0f061508ca1d7a2bfc34 (patch) | |
tree | ac81b38f7b5820e5cdd116aac3d0c825c8c4c96c /mail/cue/pkg | |
parent | f7b4854b360e8e27f3cda2982856acd60106f534 (diff) | |
download | pkgsrc-0b102a1cade642678b0a0f061508ca1d7a2bfc34.tar.gz |
cue - a lightweight email reader
Diffstat (limited to 'mail/cue/pkg')
-rw-r--r-- | mail/cue/pkg/DESCR | 12 | ||||
-rw-r--r-- | mail/cue/pkg/PLIST | 2 |
2 files changed, 14 insertions, 0 deletions
diff --git a/mail/cue/pkg/DESCR b/mail/cue/pkg/DESCR new file mode 100644 index 00000000000..c6aa7b26d91 --- /dev/null +++ b/mail/cue/pkg/DESCR @@ -0,0 +1,12 @@ +"Cue" is a small mail user agent (mail reader/writer). + +Features: +- capable of handling Japanese and English (or ASCII) emails (no Latin1, sorry) +- S/MIME, PGP/MIME, MIME Multipart handling +- it looks just like mh-e or mew, but is much more lightweight. It is not + an elisp program but an independent program that uses curses. + +Cue requires a couple of external programs, namely: +- a program to grab emails into folders, like inc from MH +- a program for sending emails, like sendmail +- an editor like vi diff --git a/mail/cue/pkg/PLIST b/mail/cue/pkg/PLIST new file mode 100644 index 00000000000..e21c0dd86da --- /dev/null +++ b/mail/cue/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/10 00:24:46 itojun Exp $ +bin/cue |