diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-06 18:58:40 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-12 06:58:01 +0700 |
commit | 489a4f773c79bea7c5c6cfe7767d8a7f1de77d57 (patch) | |
tree | 5499bc730e69f5d310011b3919c0bf04627a514d /network/wmnotify/README | |
parent | 418812510370ac36ebd1dcf4930b085538960409 (diff) | |
download | slackbuilds-489a4f773c79bea7c5c6cfe7767d8a7f1de77d57.tar.gz |
network/wmnotify: Update README.
Diffstat (limited to 'network/wmnotify/README')
-rw-r--r-- | network/wmnotify/README | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/network/wmnotify/README b/network/wmnotify/README index 3ae2bccf0b..0ae836bf12 100644 --- a/network/wmnotify/README +++ b/network/wmnotify/README @@ -1,17 +1,24 @@ -DockApp e-mail notification program for POP3 and IMAP4 servers +wmnotify (dock application) -wmnotify is a DockApp application, running under WindowMaker, to periodically check -a POP3 or IMAP4 email account for new messages. It also supports SSL encryption. +DockApp e-mail notification program for POP3 and IMAP4 servers. -When new messages are detected, the mailbox image is animated to give a visual -indication that new mail has arrived. Additionnally, if desired, a sound can be -produced from a WAV or AU audio file, or from the console bell.For simplicity reasons, -wmnotify doesn't support multiple POP3 accounts. +wmnotify is a DockApp application, running under WindowMaker, to +periodically check a POP3 or IMAP4 email account for new messages. It +also supports SSL encryption. -But by starting a new instance of wmnotify and specifying an alternate configuration -file on the command line, you can effectively check multiple POP3 accounts. +When new messages are detected, the mailbox image is animated to give a +visual indication that new mail has arrived. Additionnally, if desired, +a sound can be produced from a WAV or AU audio file, or from the console +bell. For simplicity reasons, wmnotify doesn't support multiple POP3 +accounts. -NOTE: There's a PATCH inside the package to replace the non-stop animation +But by starting a new instance of wmnotify and specifying an alternate +configuration file on the command line, you can effectively check multiple +POP3 accounts. + +NOTE: There's a patch inside the package to replace the non-stop animation to a static image for incomming e-mails. Just edit the building script - and set the "PATCH" variable to "yes" or pass a parameter to the build script + and set the "PATCH" variable to "yes" or pass a parameter to the build + script: + PATCH=yes ./wmnotify.SlackBuild |