diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-07 17:30:55 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-10-09 17:45:36 +0200 |
commit | b31cde64836ab3e8b443fd8afd0add92b4a7d26f (patch) | |
tree | 05490238efcaedaccc2e681d05ede080addeab39 /README | |
parent | 28b683418b45393b74ac48729d245fa6cc064b34 (diff) | |
download | kbiff-b31cde64836ab3e8b443fd8afd0add92b4a7d26f.tar.gz kbiff-b31cde64836ab3e8b443fd8afd0add92b4a7d26f.zip |
Drop automake build support.
Add basic cmake build instructions.
Change description in README.
Deleted empty files: NEWS.
Deleted obsolete files: VERSION, kbiff.spec .
Substitute "KDE" to "TDE" in the man page.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit 28c36e59399156247f5bdd8bb833c44d0e74fba7)
Diffstat (limited to 'README')
-rw-r--r-- | README | 61 |
1 files changed, 32 insertions, 29 deletions
@@ -1,29 +1,32 @@ -KBiff -Kurt Granroth <granroth@kde.org> - -WHAT? ------ -KBiff is a biff utility. It is highly configurable but very easy to -use and setup. It tries to combine the best (or at least *all*) of -the features of most of the other "biff" programs out there. - -WHY? ----- -... use it at all? - - KBiff has a number of advantages over the competition - o Pure GUI configuration. No command line parameters or strange config - files. All settings for KBiff can be done from one setup dialog - o Session management. KBiff starts up with the same configuration you - left it with. - o Panel docking. KBiff can be docked into the panel very easily. Handy - when you are monitoring several mailboxes and don't have the room - anywhere else. - o System sounds. KBiff can play most audio files when new mail arrives - o Animated gifs. KBiff can handle GIF89 animated gifs - o mbox, maildir, mh, POP3(S), IMAP4(S), and NNTP support. - o Highly configurable. There are very few things in KBiff that you - have to accept. Most things can be changed to fit your needs. - -Enjoy! -Kurt +KBiff - a biff utility. + +Kbiff is a "xbiff like" mail notification utility for TDE. + + +It has multiple pixmaps, session management and GUI configuration. +It can "dock" into the TDE panel. It can display animated gifs, play +system sounds or run arbitrary shell command when new mail arrives. + + +It is highly configurable but very easy to use and setup. It tries +to combine the best or at least "all" of the features of most of the +other "biff" programs out there, namely: + +* Pure GUI configuration. No command line parameters or strange config + files. All settings for KBiff can be done from one setup dialog. + +* Session management. KBiff starts up with the same configuration you + left it with. + +* Panel docking. KBiff can be docked into the panel very easily. Handy + when you are monitoring several mailboxes and don't have the room + anywhere else. + +* System sounds. KBiff can play most audio files when new mail arrives. + +* Animated gifs. KBiff can handle GIF89 animated gifs. + +* It supports mbox, maildir, mh, POP3(S), IMAP4(S) and NNTP mailboxes. + +* Highly configurable. There are very few things in KBiff that you + have to accept. Most things can be changed to fit your needs. |