diff options
author | agc <agc@pkgsrc.org> | 2007-04-15 21:18:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2007-04-15 21:18:46 +0000 |
commit | 077f52e3ef3b58561cc550d6ddaf8722899b7440 (patch) | |
tree | c26f33db5779a0f69db0e4d2dac48f51e0c93eae /mail/t-prot/DESCR | |
parent | d9389015f7377dba1263ec374c59baa9b0e9d8c0 (diff) | |
download | pkgsrc-077f52e3ef3b58561cc550d6ddaf8722899b7440.tar.gz |
Initial import of mail/t-prot-2.4 to the packages collection.
t-prot is a TOFU enhancement for the mutt MUA. It condenses quoted
text into a single line, hides overlong signatures, and other email
sins.
TOFU is an abbreviation which mixes German and English words; it
expands to "text oben, full-quote unten" which means "text above -
full quote below" and describes the style of so many users who let
their mailer or newsreader quote everything of the previous message
and just add some text at the top; obviously they think that quoted
text must not be changed at all. This is quite annoying as it
needlessly sends a lot of data even when it is not required. Some
editing of messages is desired. Please point these people to the page
http://www.river.com/users/share/etiquette/edit.html
t-prot detects, and when demanded hides annoying parts in rfc2822
messages: TOFU, huge quoted blocks, signatures (especially when they
are too long), excessive punktuation, blocks of empty lines, trailing
spaces and tabs. For use inside of MTAs or MDAs it exits with
appropriate libc exit codes, so annoying messages may be bounced
easily.
Diffstat (limited to 'mail/t-prot/DESCR')
-rw-r--r-- | mail/t-prot/DESCR | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/t-prot/DESCR b/mail/t-prot/DESCR new file mode 100644 index 00000000000..93a54ebbbc0 --- /dev/null +++ b/mail/t-prot/DESCR @@ -0,0 +1,20 @@ +t-prot is a TOFU enhancement for the mutt MUA. It condenses quoted +text into a single line, hides overlong signatures, and other email +sins. + +TOFU is an abbreviation which mixes German and English words; it +expands to "text oben, full-quote unten" which means "text above - +full quote below" and describes the style of so many users who let +their mailer or newsreader quote everything of the previous message +and just add some text at the top; obviously they think that quoted +text must not be changed at all. This is quite annoying as it +needlessly sends a lot of data even when it is not required. Some +editing of messages is desired. Please point these people to the page +http://www.river.com/users/share/etiquette/edit.html + +t-prot detects, and when demanded hides annoying parts in rfc2822 +messages: TOFU, huge quoted blocks, signatures (especially when they +are too long), excessive punktuation, blocks of empty lines, trailing +spaces and tabs. For use inside of MTAs or MDAs it exits with +appropriate libc exit codes, so annoying messages may be bounced +easily. |