diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-10-13 08:26:07 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-10-13 08:26:07 +0000 |
commit | a9602a853568931bf63916c1ff9dcc6fb7376aea (patch) | |
tree | da5e78598f01b2a336cee12d51d3d6bec6ef2c41 /mail/Makefile | |
parent | 890e57972a0dc81e59117ab8c775874d36df79ae (diff) |
Add t-prot-1.44:
This program is a filter which shall improve the readability for messages
(emails and posts) by *hiding* some annoying parts, including:
- mailing list footers
- excessive quoting
- overlong signatures
- Outlook-style "TOFU" (text above - full quote below)
- squeeze sequences of blank lines or punctuation
Its primary mode of operation is a display filter in MUA (it has special
support for Mutt), but it can also be used in MTA/MDA - e.g. for immediately
bouncing "improper" messages.
Author: Jochen Striepe <t-prot@tolot.escape.de>
WWW: http://www.escape.de/users/tolot/mutt/
Notes
Notes:
svn path=/head/; revision=119175
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 d4dae2149b8c..4478be4eb899 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -432,6 +432,7 @@ SUBDIR += sylpheed-gtk2 SUBDIR += sympa SUBDIR += sympa-elixus + SUBDIR += t-prot SUBDIR += teapop SUBDIR += teapop-devel SUBDIR += thunderbird |