diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-02-18 01:39:54 +0800 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-02-18 01:39:54 +0800 |
commit | 7734329b02aad47f98ffeec182fec2aefe6b60ca (patch) | |
tree | e6b673c3f262eca72c9beef8eb44637fea196d6a /mail/Makefile | |
parent | 8d44c01834a8e3e83280b97b58b2de1461b67905 (diff) | |
download | freebsd-ports-gnome-7734329b02aad47f98ffeec182fec2aefe6b60ca.tar.gz freebsd-ports-gnome-7734329b02aad47f98ffeec182fec2aefe6b60ca.tar.zst freebsd-ports-gnome-7734329b02aad47f98ffeec182fec2aefe6b60ca.zip |
This plugin allows the user to turn on the display of "(read/unread)" links to
the right of any folders in their folder list that contain at least one
message. Clicking on the link will then mark all messages in this folder as
read/unread. Note that you may turn the "read/unread" link on and off by going
to the Folders page. You may even turn only the "read" or the "unread" link on
or off. It also displays a "mark all read/unread" link below the folder list to
mark all folders read/unread that are selected on the Folders page.
WWW: http://www.squirrelmail.org/plugin_view.php?id=218
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 c3916397cd6c..74e225f7e542 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -598,6 +598,7 @@ SUBDIR += squirrelmail-email_footer-plugin SUBDIR += squirrelmail-login_auth-plugin SUBDIR += squirrelmail-login_notes-plugin + SUBDIR += squirrelmail-mark_read-plugin SUBDIR += squirrelmail-multilogin-plugin SUBDIR += squirrelmail-newuser_wiz-plugin SUBDIR += squirrelmail-notes-plugin |