NextPrevious Table of Contents
Why did I write KBiff when Korn, another mail notification utility, is already included in the KDE distribution, you ask? Well, Korn had three fatal flaws in my eyes:
That said, Korn is much better at handling multiple mailboxes then KBiff.
kdedir()/share/apps/kbiff/toolbar kdedir()/share/toolbar kdedir()/share/icons kdedir()/share/apps/kbiff/pics $HOME/.kde/share/apps/kbiff/toolbar $HOME/.kde/share/toolbar $HOME/.kde/share/icons $HOME/.kde/share/apps/kbiff/picswhere
kdedir() is usually /opt/kde and
$HOME is your home directory. If you put your pixmaps
in any of those directories (the last one listed is recommended),
then KBiff should have problems finding and using them.
If you plan on docking KBiff, you should have a 22x22 (or smaller) version of your pixmap. The name of the small pixmap should be the name of the larger pixmap preceded by "mini-." So if you want to use the default "oldmail.xpm" pixmap for old mail but want to use your own "mycoolpixmap.xpm" smaller pixmap when it's docked, you should rename your pixmap "mini-oldmail.xpm" If you do not do this, KBiff will use the large version even in the panel (not a good thing).
Note that KBiff determines its size by the old mail pixmap. So if your pixmap for old mail is 100x100 but all the other ones are 32x32... well, KBiff will look very strange every time new mail arrives.
kvt -vt_geometry 80x35 -caption Mail -no_scrollbar -e mutt &
If you use a graphical email client (such as KMail or Netscape), then you simply need to put the name of the client in the edit box. No terminal is necessary.
play newmail.au (or just cat newmail.au > /dev/audio
) in the Run Command option.
e.g. % setenv MAILER kvt -e mutt
NextPrevious Table of Contents