diff options
author | steve <steve@FreeBSD.org> | 1999-05-03 10:58:28 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-03 10:58:28 +0800 |
commit | d55eb6d01aaacf60317fc5a222f2bb05b751b1b6 (patch) | |
tree | 3f476de4e7c8a2ec1dd787eca74537d309240725 /mail/mailx/pkg-descr | |
parent | 9d18750b179173c92c98a0b6ad7b3733e4c9df16 (diff) | |
download | freebsd-ports-gnome-d55eb6d01aaacf60317fc5a222f2bb05b751b1b6.tar.gz freebsd-ports-gnome-d55eb6d01aaacf60317fc5a222f2bb05b751b1b6.tar.zst freebsd-ports-gnome-d55eb6d01aaacf60317fc5a222f2bb05b751b1b6.zip |
Initial import of mailx version 0.5.
A mail command with mailx extensions.
PR: 10161
Submitted by: Issei Suzuki <issei@jp.FreeBSD.org>
Diffstat (limited to 'mail/mailx/pkg-descr')
-rw-r--r-- | mail/mailx/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/mailx/pkg-descr b/mail/mailx/pkg-descr new file mode 100644 index 000000000000..04433020f333 --- /dev/null +++ b/mail/mailx/pkg-descr @@ -0,0 +1,17 @@ +Mail command with mailx extensions. + + Mailx command is based on BSD mail command, but it also provides some +enhanced features such as: + +o Edit header information. +o Use pager program to display long message. +o Add pipe (|) command. You can pass the mail message to the shell command by + using this feature. +o Add Save, Copy command. +o Add askcc, askbcc command. The mailx program ask you Cc: and Bcc: at the + beggining. +o Add hsubject command. This is similar to subject command, but it only + displays Subject: headers. +o Add tilda escape command. + +See also the files in ${PREFIX}/share/doc/mailx directory. |