Scroll to navigation

bbmail(1) bbmail(1)

NAME

bbmail - mailbox flag for X

SYNOPSIS

bbmail [options]

DESCRIPTION

bbmail displays the status of a mailbox and warns when new mail has arrived. It has internal support for mbox and maildir mailboxes. Other mailboxes like MH or pop3 can be checked using an external program.

The tool is designed to mimic the look and feel of the Blackbox window manager when used in combination with blackbox bbmail copies the style from Blackbox.

A little picture of an envelope shows if new mail is present. Multiple mailboxes can be defined and different envelope colors are used to indicate new mail.

If the envelope is pressed with left mouse button a program for example a mail client can be started. When the right button is pressed on the envelope a menu shows up. The menu shows all mailboxes and the new mail/total mail of that mail box.

Another option in the menu is reconfigure, which causes bbmail to reconfigure (reread the config files).

Options

bbmail supports the following command line options:

Set display to displayname
Read configuration from configname instead of the default.
Display version number of bbmail
Display help on command line options
Set the position of bbmail to x,y. Use +x+y to specify the coordinates relative to the upper left corner, use -x-y specify the coordinates relative the lower right corner. This option is ignored when -withdrawn flag is used.
Show bbmail in a normal window with title bar.
Put bbmail in the blackbox slit or Windowmaker dock.
Don't display the background of bbmail. This only makes sense in combination with the -withdrawn flag

Configuration

Global configuration: By default the configuration file bbmail.bb can be found in /usr/local/share/bbtools Local configuration: The default configuration file should be placed in ~/.bbtools/

The following options can be set in the configuration file:

Set the width between text label and edge of tool.
Set position of bbmail.
Set to True to put bbmail in the blackbox slit or Windowmaker dock. Default set to false.
Set to True if bbmail shouldn't display its background. This gives a nice effect when withdrawn. Default set to false.
Delay between checks. After delay mailbox file is checked for change.
Delay between checks. After delay external program to check mail is executed.
Set to true if bbmail should show the new mail counter. Default set to true.
Set to true if bbmail should show the total mail counter. Default set to true.
Set to true if bbmail should show envelope which flags new mail. Default set to true
Set the number of digits of the new mail and total mail labels. Default it is set to 2, this makes it fit nicely in the slit.
Set to true if bbmail should only show up when new mail has arrived. Default set to false
The command to run when the envelope is pressed (using the left mouse button). This command is overridden by the newmail command.
Set the number of mailboxes you want to define. If set to 0, the environment variable MAIL is used to find default mailbox.
Set the type of mailbox to eother mbox, maildir or other. bbmail.mailbox.*.filename: filename The filename of the mbox file or the directory of maildir
Name of mailbox, this name is shown in menu.
The command to run when new mail is indicated. If this command is not defined the command defined by bbmail.pressed.runCommand is used.
The command to run when new mail is received. Example: cat mail.wav > /dev/dsp
If set to true the bell is sound when new mail arrives.
Set the gradient of the envelope when new mail is present. Example: Raised Gradient Vertical Bevel1
Set the "from" color of the envelope when new mail is present.
Set the "to" color of the envelope when new mail is present.
Set the gradient of the envelope when new mail is present and the envelope is pressed. Example: Flat Gradient Vertical Bevel1
Set the color for the lines in the envelope.
Set color for the error indication in the envelope.
Set menu text justify to either CentreJustify, LeftJustify or RightJustify.
Set menu bullet style to either diamond
Set menu bullet position to either left or right.
Set the gradient of the menu.
Set the "from" color of the menu.
Set the "to" color of the menu.

type mbox options

bbmail.mailbox.1.newmail.statusFlag: " status" Set the status flag which in used in the mbox file to indicate mail is read. Example for Netscape: X-Mozilla-Status: [89ABCDEF]

type other options

bbmail.mailbox.1.mode: mode mode: 1- unread mail total mail
2- unread mail read mail
3- read mail total mail
4- ignore second value (for both proc and reversed proc)

The program to run to check for mail, bbmail searches for 2 integers in the output of the program. If none are found an error is reported. Example program MH: flist Example program fetchmail: fetchmail -c | ~/.bbtools/bbmailparsefm.pl

BUGS

The config file of bbmail doesn't handle spaces after commands very well.

May 14, 2001 John Kennis