diff options
author | sat <sat@FreeBSD.org> | 2007-08-08 04:17:55 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-08-08 04:17:55 +0800 |
commit | 29c86facc7fff09105ced4fa62981c2161d37ed6 (patch) | |
tree | 91a4a88a4d757499ccfcbf71d6b676c604bdbf29 /mail/Makefile | |
parent | 3d966d11d8c218a1c059458d3d84b586ce5ab475 (diff) | |
download | freebsd-ports-gnome-29c86facc7fff09105ced4fa62981c2161d37ed6.tar.gz freebsd-ports-gnome-29c86facc7fff09105ced4fa62981c2161d37ed6.tar.zst freebsd-ports-gnome-29c86facc7fff09105ced4fa62981c2161d37ed6.zip |
Add port mail/textmail:
Textmail filters a mail message or mbox, replacing MS Word, MS Excel,
HTML, RTF, and PDF attachments with the plain text contained therein.
By default, the following attachments are also deleted: image, audio,
video, and MS Windows executables. MS winmail.dat attachments are
replaced by any attachments contained therein, which are then replaced
by text or deleted in the same fashion. Any of these actions can be
suppressed with the command line options. Mail headers can also be
selectively deleted.
WWW: http://raf.org/textmail/
Author: raf <raf@raf.org>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 9e709cddae9c..e373e5a6da8b 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -613,6 +613,7 @@ SUBDIR += t-prot SUBDIR += teapop SUBDIR += teapop-devel + SUBDIR += textmail SUBDIR += thunderbird SUBDIR += thunderbird-dictionaries SUBDIR += thunderbird-i18n |