|
wmail
Category: |
E-mail |
|
|
Maintainer: |
nobody |
Website: |
http://www.minet.uni-jena.de/~topical/sveng/wmail.html |
Description: |
wmail is a Window Maker docklet watching your inbox, which is either a ordinary mbox or a directory conforming to qmails Maildir format. It provides a nice little GUI displaying some useful pieces of information about your inbox (as many other nice wm-apps doing nearly the same thing...). Per default it uses the $MAIL environment-variable to locate the inbox you are using, other mailing mechanisms like POP or IMAP are not supported - use a tool like fetchmail to retrieve POP- or IMAP-based mail. |
Screenshots:
|
|
Available Versions:
|
User Comments
Love it
Does anyone know if wmail is being maintained? The homepage is a 404.
I love this dockapp. I find it handy for use in combination with spamassassin and fetchmail.
I did find a slight logic bug though -- Mail.UseStatusField wasn't having any effect until I made this change:
--- wmail.c.orig 2004-08-13 11:59:12.768228489 -0400
+++ wmail.c 2004-08-13 11:51:17.392979895 -0400
@@ -829,7 +829,7 @@
fromFound = 0;
checksum = 0;
} else if( config.considerStatusField && strncasecmp( buf, "status: ", 8 ) == 0 &&
- strstr( buf+8, config.readStatus ) == NULL )
+ strstr( buf+8, config.readStatus ) != NULL )
{
RemoveLastName();
--numMails;
Now I use a procmail recipe to flag spams as read, and wmail doesn't count them. Nice (:
wmail-2.0
Well, there is an wmail-2.0 out.
since the original homepage is not there anymore, I mirrored the file.
http://www.calmar.ws/mirror/wmail-2.0.tar.gz
Cheers,
calmar
wmail-2.0
it seems you would need to open the link yourself in a new tab/windows. what dockapp.org does with it, seems not to work. (not here at least)
|
|
|
|