diff options
author | krion <krion@FreeBSD.org> | 2004-05-04 07:56:16 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-04 07:56:16 +0000 |
commit | 6868e2951d15b7b711b4ff13e626f02aa173bdd6 (patch) | |
tree | 9365458df3e4d9489cb8ebf4353f98156f155568 /mail/Makefile | |
parent | c5ca3eee9ad79b041518309fa4f6e8db154816dd (diff) | |
download | FreeBSD-ports-6868e2951d15b7b711b4ff13e626f02aa173bdd6.zip FreeBSD-ports-6868e2951d15b7b711b4ff13e626f02aa173bdd6.tar.gz |
Add gnubiff 1.2.0,
gnubiff is a mail notification program that checks for mail,
displays headers when new mail has arrived and allow to read
first lines of new mails.
It relies on the GNOME and GTK libraries but can be compiled
and used with or without GNOME support. Supported protocols are
pop3, apop, imap4, mh, qmail and mailfile.
Furthermore, gnubiff is fully configurable with a lot of
options like polltime, poptime, sounds, mail reader, mailbox
names, etc. and can also filter spam.
PR: ports/66226
Submitted by: Tim Bishop <tim@bishnet.net>
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 bd6c0b1..601f0e6 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -101,6 +101,7 @@ SUBDIR += gmime SUBDIR += gmime2 SUBDIR += gnarwl + SUBDIR += gnubiff SUBDIR += gnumail SUBDIR += gotmail SUBDIR += grepmail |