diff options
author | pav <pav@FreeBSD.org> | 2003-12-26 03:45:11 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-26 03:45:11 +0800 |
commit | 925312235e4dff82c335147e76ed265f7a76858d (patch) | |
tree | e2604089c2b86a9ad3e9fb669b48ebf6f925e5bf /mail/Makefile | |
parent | a6f2722fa1e029466276b7b001ec7df89fe0c2af (diff) | |
download | freebsd-ports-gnome-925312235e4dff82c335147e76ed265f7a76858d.tar.gz freebsd-ports-gnome-925312235e4dff82c335147e76ed265f7a76858d.tar.zst freebsd-ports-gnome-925312235e4dff82c335147e76ed265f7a76858d.zip |
Add mail-notification, an icon for the GNOME Notification Area that
informs users if they have new mail.
* multiple folder support
* mbox, MH, Maildir and Sylpheed support
* POP3 support (if the GNet library is available)
* automatic folder format detection
* responsive UI (multi-threaded application)
* HIG-compliant user interface
* themeable stock icons
PR: ports/56969
Submitted by: Jean-Yves Lefort <jylefort@brutele.be>
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 908db36e8d3c..7dc9829966d0 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -126,6 +126,7 @@ SUBDIR += lmtpd SUBDIR += lookout SUBDIR += mahogany + SUBDIR += mail-notification SUBDIR += mail2procmailrc SUBDIR += mail2sms SUBDIR += mailagent |