KBiff 3.9 (KDE3 branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News KBiff 3.9 (KDE3 branch)
# 1  
Old 10-06-2008
KBiff 3.9 (KDE3 branch)

ImageKBiff is a KDE "biff" or new mail notification utility. It is highly configurable but very easy to use and setup. It supports session managment (it "remembers" the last state it was in before you logged off) and can be docked into the panel. It has support for mbox (Unix-style), maildir (qmail-style), mh, POP3, IMAP4, and NNTP mailboxes.License: GNU General Public License (GPL)Changes:
Status window fixes for multi-monitor setups. KDE 2 support has been removed. A 'stopped' icon state has been added. There are many automake/configure/Makefile updates. This is a generic refresh after three years of being dormant.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How KDE3 (KDM)default at boot?

FBSD 4.6 How do I setup KDE to start as default WM? I don't have .xinitrc, xserverrc. My X11 is empty.I'm stuck with FWM as default. What file to I configure to make KDE 3 the default Window Manager? (1 Reply)
Discussion started by: lancest
1 Replies
Login or Register to Ask a Question
BIFF(1) 						    BSD General Commands Manual 						   BIFF(1)

NAME
biff -- be notified if mail arrives and who it is from SYNOPSIS
biff [n | y | b] DESCRIPTION
The biff utility informs the system whether you want to be notified on your terminal when mail arrives. Affected is the first terminal associated with the standard input, standard output or standard error file descriptor, in that order. Thus, it is possible to use the redirection facilities of a shell to toggle the notification for other terminals than the one biff runs on. The following options are available: n Disable notification. y Enable header notification. b Enable bell notification. When header notification is enabled, the header and first few lines of the message will be printed on your terminal whenever mail arrives. A ``biff y'' command is often included in the file .login or .profile to be executed at each login. When bell notification is enabled, only two bell characters (ASCII 07) will be printed on your terminal whenever mail arrives. If no arguments are given, biff displays the present notification status of the terminal to the standard output. The biff utility operates asynchronously. For synchronous notification use the MAIL variable of sh(1) or the mail variable of csh(1). DIAGNOSTICS
The biff utility exits with one of the following values: 0 Notification is enabled. 1 Notification is disabled. >1 An error occurred. COMPATIBILITY
Previous versions of the biff utility affected the terminal attached to standard error without first trying the standard input or output devices. SEE ALSO
csh(1), mail(1), sh(1), comsat(8) HISTORY
The biff command appeared in 4.0BSD. It was named after the dog of Heidi Stettner. He died in August 1993, at 15. BSD
July 9, 2002 BSD