diff options
author | pav <pav@FreeBSD.org> | 2006-03-21 04:49:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-03-21 04:49:15 +0800 |
commit | 5519269ceaac04ccf5e73fb10654d06a7ab7a07e (patch) | |
tree | c5df7df64e837fa9051d2c2fa181cdc22a969fd4 /mail/Makefile | |
parent | 2f0efabe685c3b6430f460738e4a29903f66df7c (diff) | |
download | freebsd-ports-graphics-5519269ceaac04ccf5e73fb10654d06a7ab7a07e.tar.gz freebsd-ports-graphics-5519269ceaac04ccf5e73fb10654d06a7ab7a07e.tar.zst freebsd-ports-graphics-5519269ceaac04ccf5e73fb10654d06a7ab7a07e.zip |
A small browser window is displayed to show the number of unread message
in a users inbox. The page is refreshed at user defined intervals, and will
restore itself from minimized if there are unread messages,
optionally playing a sound file. Requires Javascript on the browser.
WWW: http://www.squirrelmail.org
PR: ports/93150
Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
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 ff89de28ff6..0df5bb29d0d 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -513,6 +513,7 @@ SUBDIR += squirrelmail-devel SUBDIR += squirrelmail-email_footer-plugin SUBDIR += squirrelmail-notes-plugin + SUBDIR += squirrelmail-notify-plugin SUBDIR += squirrelmail-vlogin-plugin SUBDIR += sqwebmail SUBDIR += ssmtp |