The application class name is XBiff. This program uses the
Mailbox widget. It understands all of the core resource names and classes as well as:
checkCommand ( class CheckCommand)
Specifies a shell command to be executed to check for new mail rather than examining the size of file. The specified string value is used as the argument to a system(3) call and may therefore contain i/o redirection. An exit status of 0 indicates that new mail is waiting, 1 indicates that there has been no change in size, and 2 indicates that the mail has been cleared. By default, no shell command is provided.
file ( class File)
Specifies the name of the file to monitor. The default is as described above for the -file command line option.
onceOnly ( class Boolean)
Specifies that the bell is only rung the first time new mail is found and is not rung again until at least one interval has passed with no mail waiting. The window will continue to indicate the presence of new mail until it has been retrieved. The default is false.
width ( class Width)
Specifies the width of the mailbox.
height ( class Height)
Specifies the height of the mailbox.
update ( class Interval)
Specifies the frequency in seconds at which the mail should be checked. The default is 30.
volume ( class Volume)
Specifies how loud the bell should be rung. The default is 33 percent.
foreground ( class Foreground)
Specifies the color for the foreground.
reverseVideo ( class ReverseVideo)
Specifies that the foreground and background should be reversed.
flip ( class Flip)
Specifies whether or not the image that is shown when mail has arrived should be inverted. The default is ``true.''
fullPixmap ( class Pixmap)
Specifies a bitmap to be shown when new mail has arrived. The default is flagup.
emptyPixmap ( class Pixmap)
Specifies a bitmap to be shown when no new mail is present. The default is flagdown.
shapeWindow ( class ShapeWindow)
Specifies whether or not the mailbox window should be shaped to the given fullPixmapMask and emptyPixmapMask. The default is false.
fullPixmapMask ( class PixmapMask)
Specifies a mask for the bitmap to be shown when new mail has arrived. The default is none.
emptyPixmapMask ( class PixmapMask)
Specifies a mask for the bitmap to be shown when no new mail is present. The default is none.