diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:10:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-28 00:10:45 +0000 |
commit | 335e212107d1aaecc21d14ff37045225ab4c81f0 (patch) | |
tree | 8beb714f040b2555ba8c0823ec63026914a0b217 /mail/Makefile | |
parent | 3acfe00bc7f8c72af2d94a1441d3cd19033562d7 (diff) |
Mailwatch is a plugin for the Xfce 4 panel.
Features
* IMAP and Secure IMAP support
* POP3 and Secure POP3 support
* Local Mbox mailbox support
* Local Maildir mailbox support
* Local MH-Maildir mailbox support
* GMail support
* Fully multithreaded design: no panel lockups
* Informative new-message breakdown in tooltip
* Ability to run program on new messages or button click
* Informative logger to help track down mail connection problems
WWW: http://spuriousinterrupt.org/projects/mailwatch
Notes
Notes:
svn path=/head/; revision=183466
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 db225490591a..140743e1d8d5 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -626,6 +626,7 @@ SUBDIR += xbuffy SUBDIR += xc-mail SUBDIR += xfaces + SUBDIR += xfce4-mailwatch-plugin SUBDIR += xfmail SUBDIR += xlbiff SUBDIR += xmail |