diff options
author | pav <pav@FreeBSD.org> | 2005-01-30 00:41:18 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-01-30 00:41:18 +0800 |
commit | 2d48543fe382e23eb2fed97f10dbc0ac70a06125 (patch) | |
tree | ab1316b99357a7501d0b1a63fa0ac528a2f01103 /mail/Makefile | |
parent | 6aa5a3dda8f35114706a493abf33b7d0e3c981ee (diff) | |
download | freebsd-ports-gnome-2d48543fe382e23eb2fed97f10dbc0ac70a06125.tar.gz freebsd-ports-gnome-2d48543fe382e23eb2fed97f10dbc0ac70a06125.tar.zst freebsd-ports-gnome-2d48543fe382e23eb2fed97f10dbc0ac70a06125.zip |
Small C program which is used to alter your mime-encoded mailpacks
- Insert disclaimers
- Insert arbitary X-headers
- Modify existing headers
- Remove attachments based on filename or content-type
- Replace attachments based on filename
PR: ports/76661
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
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 a0c22f3d0600..3c2f9c64ae12 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -8,6 +8,7 @@ SUBDIR += addresses SUBDIR += aileron SUBDIR += akpop3d + SUBDIR += altermime SUBDIR += althea SUBDIR += annoyance-filter SUBDIR += anomy-sanitizer |