diff options
author | tobez <tobez@FreeBSD.org> | 2001-10-31 06:49:54 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-10-31 06:49:54 +0800 |
commit | bbedf20c1daa9b4993c1be8051a2e6f81fb2bc69 (patch) | |
tree | 9bc133b25f67d5fcd74215b1ed63d53c73081153 /mail/Makefile | |
parent | 48d4e48bd51cdf337e912e6fcf2206fd98cdb20e (diff) | |
download | freebsd-ports-graphics-bbedf20c1daa9b4993c1be8051a2e6f81fb2bc69.tar.gz freebsd-ports-graphics-bbedf20c1daa9b4993c1be8051a2e6f81fb2bc69.tar.zst freebsd-ports-graphics-bbedf20c1daa9b4993c1be8051a2e6f81fb2bc69.zip |
Add mboxgrep 0.7.0, a utility to scan mailboxes for messages matching a
regular expression.
PR: 31550
Submitted by: Anders Nordby <anders@fix.no>
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 dacd24a0305..a113a8424e1 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -80,6 +80,7 @@ SUBDIR += mailx SUBDIR += majorcool SUBDIR += majordomo + SUBDIR += mboxgrep SUBDIR += mbx2mbox SUBDIR += mess822 SUBDIR += metamail |